Skip to content

Commit ac945f7

Browse files
Set workflows to use nightly agent images
1 parent ffa5f3a commit ac945f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- setup_matrix
4848
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}
4949

50-
runs-on: ubuntu-24.04
50+
flags: "--nightly"
5151
strategy:
5252
fail-fast: false
5353
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- setup_matrix
4747
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}
4848

49-
runs-on: ubuntu-24.04
49+
flags: "--nightly"
5050
strategy:
5151
fail-fast: false
5252
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}

0 commit comments

Comments
 (0)