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.
1 parent 09a55d8 commit 93b8559Copy full SHA for 93b8559
1 file changed
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ on:
16
jobs:
17
test:
18
name: Julia ${{ inputs.version }} - ${{ inputs.os }} - ${{ inputs.arch }}
19
+ runs-on: ${{ inputs.os }}
20
steps:
21
- uses: actions/checkout@v4
22
- uses: julia-actions/setup-julia@latest
0 commit comments