Skip to content

Commit 47f7135

Browse files
authored
Add macOS x64 configurations to CI (#178)
1 parent df9b2e9 commit 47f7135

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
os: macos-latest
2929
arch: aarch64
3030
julia_copy_stacks: 1
31+
- version: '1'
32+
os: macos-15-intel
33+
arch: x64
34+
julia_copy_stacks: 1
3135
- os: ubuntu-latest
3236
julia_copy_stacks: 1
3337
- os: windows-latest
@@ -37,7 +41,8 @@ jobs:
3741
- uses: actions/setup-java@v5
3842
with:
3943
distribution: 'zulu'
40-
java-version: '17'
44+
java-version: '25'
45+
architecture: ${{ matrix.arch }}
4146
- uses: julia-actions/setup-julia@v2
4247
with:
4348
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)