We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed5750e + 16f7ab2 commit 3ef1eedCopy full SHA for 3ef1eed
.github/workflows/flaky-test-monitor.yml
@@ -55,7 +55,7 @@ jobs:
55
matrix:
56
targets: ${{ fromJSON(needs.create-dynamic-test-matrix.outputs.dynamic-matrix)}}
57
# 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
+ runs-on: ubuntu-latest
59
steps:
60
- name: Checkout repo
61
uses: actions/checkout@v4
tools/test_matrix_generator/matrix.go
@@ -27,7 +27,7 @@ var (
27
const (
28
flowPackagePrefix = "github.com/onflow/flow-go/"
29
ciMatrixName = "dynamicMatrix"
30
- defaultCIRunner = "ubuntu-20.04"
+ defaultCIRunner = "ubuntu-latest"
31
)
32
33
// flowGoPackage configuration for a package to be tested.
0 commit comments