Skip to content

Commit d228af6

Browse files
committed
Fix-up JuliaSyntax GHA runs-on
1 parent 74d0e1d commit d228af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/JuliaSyntaxCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
1818
jobs:
1919
test:
20-
runs-on: ${{ matrix.os }}
20+
runs-on: ${{ matrix.github-runner }}
2121
timeout-minutes: 60
2222
permissions:
2323
contents: read

0 commit comments

Comments
 (0)