Skip to content

Commit 5f92441

Browse files
committed
ci: update github actions runner images
Signed-off-by: Austin Vazquez <[email protected]>
1 parent 1d56a8d commit 5f92441

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
analyze:
1313
name: Analyze
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-latest
1515
permissions:
1616
actions: read
1717
contents: read

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111
strategy:
1212
matrix:
1313
go: ['1.23', '1.24']
14-
os: ['ubuntu-20.04', 'ubuntu-22.04']
1514

16-
name: ${{ matrix.os }} / Go ${{ matrix.go }}
17-
runs-on: ${{ matrix.os }}
15+
name: Go ${{ matrix.go }}
16+
runs-on: ubuntu-latest
1817
steps:
1918
- name: Set up Go 1.x
2019
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)