We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
runs-on
1 parent 74d0e1d commit d228af6Copy full SHA for d228af6
.github/workflows/JuliaSyntaxCI.yml
@@ -17,7 +17,7 @@ concurrency:
17
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
18
jobs:
19
test:
20
- runs-on: ${{ matrix.os }}
+ runs-on: ${{ matrix.github-runner }}
21
timeout-minutes: 60
22
permissions:
23
contents: read
0 commit comments