We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9b2e9 commit 47f7135Copy full SHA for 47f7135
1 file changed
.github/workflows/CI.yml
@@ -28,6 +28,10 @@ jobs:
28
os: macos-latest
29
arch: aarch64
30
julia_copy_stacks: 1
31
+ - version: '1'
32
+ os: macos-15-intel
33
+ arch: x64
34
+ julia_copy_stacks: 1
35
- os: ubuntu-latest
36
37
- os: windows-latest
@@ -37,7 +41,8 @@ jobs:
41
- uses: actions/setup-java@v5
38
42
with:
39
43
distribution: 'zulu'
40
- java-version: '17'
44
+ java-version: '25'
45
+ architecture: ${{ matrix.arch }}
46
- uses: julia-actions/setup-julia@v2
47
48
version: ${{ matrix.version }}
0 commit comments