Skip to content

Commit 3ef1eed

Browse files
authored
Merge pull request #7115 from onflow/tim/update-github-actions-ubuntu
CI: update ubuntu runner from 20.04 to latest (24.04)
2 parents ed5750e + 16f7ab2 commit 3ef1eed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flaky-test-monitor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
matrix:
5656
targets: ${{ fromJSON(needs.create-dynamic-test-matrix.outputs.dynamic-matrix)}}
5757
# need to set image explicitly due to GitHub logging issue as described in https://github.com/onflow/flow-go/pull/3087#issuecomment-1234383202
58-
runs-on: ubuntu-20.04
58+
runs-on: ubuntu-latest
5959
steps:
6060
- name: Checkout repo
6161
uses: actions/checkout@v4

tools/test_matrix_generator/matrix.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var (
2727
const (
2828
flowPackagePrefix = "github.com/onflow/flow-go/"
2929
ciMatrixName = "dynamicMatrix"
30-
defaultCIRunner = "ubuntu-20.04"
30+
defaultCIRunner = "ubuntu-latest"
3131
)
3232

3333
// flowGoPackage configuration for a package to be tested.

0 commit comments

Comments
 (0)