Skip to content

Commit 826e5d6

Browse files
committed
fix CI yml JL bug
1 parent 3ce7c95 commit 826e5d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '~1.10.0-0'
21+
- '1.10'
2222
- 'nightly'
2323
os:
2424
- ubuntu-latest
@@ -82,7 +82,7 @@ jobs:
8282
- name: Setup julia
8383
uses: julia-actions/setup-julia@v1
8484
with:
85-
version: 1.9
85+
version: '1.10'
8686
arch: x64
8787

8888
- name: Build Docs

0 commit comments

Comments
 (0)