Skip to content

Commit a710bfc

Browse files
committed
Fix ci.yml
1 parent ada4dad commit a710bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
tests:
2121
name: ${{ matrix.os }} / Julia ${{ matrix.test_depot }}
22-
runs-on: ${matrix.os}
22+
runs-on: ${{matrix.os}}
2323
strategy:
2424
fail-fast: false
2525
matrix:

0 commit comments

Comments
 (0)