Skip to content

Commit 7a1dff8

Browse files
authored
use Julia 1.10 in CI (#182)
1 parent 7a67ded commit 7a1dff8

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
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1'
18+
- '1.10'
1919
os:
2020
- ubuntu-latest
2121
arch:
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ${{ matrix.os }}
6262
strategy:
6363
matrix:
64-
version: ['1',]
64+
version: ['1.10',]
6565
os: ['ubuntu-latest',]
6666
steps:
6767
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)