Skip to content

Commit f8d8ad7

Browse files
committed
ci: use ubuntu-latest in lieu of ubuntu-20.04
Signed-off-by: Sebastien Binet <binet@cern.ch>
1 parent 686397e commit f8d8ad7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
go-version: [1.23.x, 1.22.x]
14-
platform: [ubuntu-20.04, macos-latest]
14+
platform: [ubuntu-latest, macos-latest]
1515
runs-on: ${{ matrix.platform }}
1616
env:
1717
GO111MODULE: on
@@ -66,7 +66,7 @@ jobs:
6666
go install -v ./...
6767
6868
- name: Test Linux
69-
if: matrix.platform == 'ubuntu-20.04'
69+
if: matrix.platform == 'ubuntu-latest'
7070
run: |
7171
go test -v ./...
7272
./.ci/check-imports.sh
@@ -83,5 +83,5 @@ jobs:
8383
go test -v ./...
8484
8585
- name: Upload-Coverage
86-
if: matrix.platform == 'ubuntu-20.04'
86+
if: matrix.platform == 'ubuntu-latest'
8787
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)