Skip to content

Commit e6bcd6b

Browse files
committed
adding back run-on
1 parent d66913a commit e6bcd6b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
setup_matrix:
1818
name: "Setup Test Matrix"
1919
needs: "Spec"
20+
runs-on: ubuntu-latest
2021
with:
2122
flags: "--nightly"
2223
outputs:
@@ -54,7 +55,7 @@ jobs:
5455
needs:
5556
- setup_matrix
5657
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}
57-
58+
runs-on: ubuntu-latest
5859
with:
5960
flags: "--nightly"
6061
strategy:

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
setup_matrix:
1616
name: "Setup Test Matrix"
1717
needs: "Spec"
18+
runs-on: ubuntu-latest
1819
with:
1920
flags: "--nightly"
2021
outputs:
@@ -53,6 +54,7 @@ jobs:
5354
- setup_matrix
5455
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}
5556

57+
runs-on: ubuntu-latest
5658
with:
5759
flags: "--nightly"
5860
strategy:

0 commit comments

Comments
 (0)