We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b950f commit ddbd0d3Copy full SHA for ddbd0d3
.github/workflows/CI.yml
@@ -28,10 +28,6 @@ jobs:
28
os: macos-latest
29
arch: aarch64
30
julia_copy_stacks: 1
31
- - version: '1'
32
- os: windows-latest
33
- arch: x86
34
- julia_copy_stacks: 0
35
- version: '1'
36
os: macos-15-intel
37
arch: x64
@@ -45,7 +41,7 @@ jobs:
45
41
- uses: actions/setup-java@v5
46
42
with:
47
43
distribution: 'zulu'
48
- java-version: '17'
44
+ java-version: '25'
49
architecture: ${{ matrix.arch }}
50
- uses: julia-actions/setup-julia@v2
51
0 commit comments