Skip to content

Commit ddbd0d3

Browse files
authored
Update CI workflow to remove Windows and upgrade Java
1 parent 37b950f commit ddbd0d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828
os: macos-latest
2929
arch: aarch64
3030
julia_copy_stacks: 1
31-
- version: '1'
32-
os: windows-latest
33-
arch: x86
34-
julia_copy_stacks: 0
3531
- version: '1'
3632
os: macos-15-intel
3733
arch: x64
@@ -45,7 +41,7 @@ jobs:
4541
- uses: actions/setup-java@v5
4642
with:
4743
distribution: 'zulu'
48-
java-version: '17'
44+
java-version: '25'
4945
architecture: ${{ matrix.arch }}
5046
- uses: julia-actions/setup-julia@v2
5147
with:

0 commit comments

Comments
 (0)