Skip to content

Commit f852803

Browse files
authored
Merge pull request #1856 from JuliaStats/vs/mac-aarch64-ci
Update CI.yml to include mac aarch64
2 parents b09dcd7 + 04c7bf6 commit f852803

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- windows-latest
3434
arch:
3535
- x64
36+
include:
37+
- os: macOS-14
38+
arch: aarch64
39+
version: '1'
3640
steps:
3741
- uses: actions/checkout@v4
3842
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)