We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7538b commit 4ea74b2Copy full SHA for 4ea74b2
.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-22.04
+ runs-on: ubuntu-latest
59
steps:
60
- name: Checkout repo
61
uses: actions/checkout@v4
0 commit comments