Skip to content

Commit a1e2cba

Browse files
committed
fix: CI stalls from not finding runs-on, oops
1 parent b8de826 commit a1e2cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
HEAD_REF: ${{ github.head_ref }}
1818
jobs:
1919
test:
20-
runs-on: ${{ matrix.os }}-latest
20+
runs-on: ${{ matrix.os }}
2121
strategy:
2222
fail-fast: false
2323
max-parallel: 2

0 commit comments

Comments
 (0)