Skip to content

Commit 88234b1

Browse files
authored
Merge pull request #164 from Vincent056/go1.23
Update ubuntu image to latest for runner
2 parents 93e5fe8 + d808039 commit 88234b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build-fedora:
1111
name: Build Fedora image
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313

1414
steps:
1515
- uses: actions/checkout@v3
@@ -26,7 +26,7 @@ jobs:
2626
2727
build-el8:
2828
name: Build EL8 image
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-latest
3030

3131
steps:
3232
- uses: actions/checkout@v3
@@ -43,7 +43,7 @@ jobs:
4343
4444
build-el9:
4545
name: Build EL9 image
46-
runs-on: ubuntu-20.04
46+
runs-on: ubuntu-latest
4747

4848
steps:
4949
- uses: actions/checkout@v3

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
jobs:
88
e2e-image:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
1212
base: ["fedora", "el8", "el9"]

0 commit comments

Comments
 (0)