Skip to content

Commit df28c66

Browse files
committed
Fix-up JuliaSyntax GHA runs-on / version
1 parent 74d0e1d commit df28c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/JuliaSyntaxCI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ 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
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
version:
27+
julia-version:
2828
- '1.0'
2929
- '1.6'
3030
- '1.10'

0 commit comments

Comments
 (0)