Skip to content

Commit cec3610

Browse files
authored
Update CI workflow to use ubuntu-latest
1 parent 6f9699b commit cec3610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
buildAndTest:
1515
name: Build and Test
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out code into the Go module directory
1919
uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
5454

5555
release:
5656
name: Release
57-
runs-on: ubuntu-20.04
57+
runs-on: ubuntu-latest
5858
needs: [buildAndTest]
5959
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
6060
steps:

0 commit comments

Comments
 (0)