Skip to content

Commit cfc5e97

Browse files
authored
[CI] Use Julia 1.11.4
1 parent cda37ad commit cfc5e97

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
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
version: ['lts', '1']
16+
version: ['lts', '1.11.4']
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
arch: [x64]
1919
allow_failure: [false]
@@ -22,7 +22,7 @@ jobs:
2222
os: ubuntu-24.04-arm
2323
arch: arm64
2424
allow_failure: false
25-
- version: '1'
25+
- version: '1.11.4'
2626
os: macos-latest
2727
arch: arm64
2828
allow_failure: false

0 commit comments

Comments
 (0)