File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 version :
16+ - ' min'
1617 - ' lts'
1718 - ' 1'
1819 os :
@@ -25,16 +26,14 @@ jobs:
2526 os : macos-latest
2627 arch : aarch64
2728 julia_copy_stacks : 1
28- - os : ubuntu-latest
29- julia_copy_stacks : 1
3029 - os : windows-latest
3130 julia_copy_stacks : 0
3231 steps :
3332 - uses : actions/checkout@v5
3433 - uses : actions/setup-java@v5
3534 with :
3635 distribution : ' zulu'
37- java-version : ' 17 '
36+ java-version : ' 21 '
3837 - uses : julia-actions/setup-julia@v2
3938 with :
4039 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ WinReg = "1b915085-20d7-51cf-bf83-8f477d6f5128"
1111[compat ]
1212DataStructures = " 0.17, 0.18, 0.19"
1313WinReg = " 0.3.1, 1"
14- julia = " 1"
14+ julia = " 1.6 "
1515
1616[extras ]
1717DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
You can’t perform that action at this time.
0 commit comments