Skip to content

Commit 4ea74b2

Browse files
committed
ci: (flaky-test-monitor) dynamic test matrix on ubuntu-latest
1 parent 8b7538b commit 4ea74b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-22.04
58+
runs-on: ubuntu-latest
5959
steps:
6060
- name: Checkout repo
6161
uses: actions/checkout@v4

0 commit comments

Comments
 (0)