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 ada4dad commit a710bfcCopy full SHA for a710bfc
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
20
tests:
21
name: ${{ matrix.os }} / Julia ${{ matrix.test_depot }}
22
- runs-on: ${matrix.os}
+ runs-on: ${{matrix.os}}
23
strategy:
24
fail-fast: false
25
matrix:
0 commit comments