Skip to content

Commit 9fa0efa

Browse files
authored
Update CI.yml
Make tests to always use latest Julia version.
1 parent edb91e6 commit 9fa0efa

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
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
julia-version: ['1.7']
10+
julia-version: ['1']
1111
julia-arch: [x64]
1212
os: [ubuntu-latest]
1313

0 commit comments

Comments
 (0)