Skip to content

Commit 4aa2f1f

Browse files
authored
add aarch64 mac to CI (#21)
1 parent ea8ed10 commit 4aa2f1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
- windows-latest
2626
arch:
2727
- x64
28+
include:
29+
- arch: aarch64
30+
os: macos-latest
31+
version: '1'
32+
threads: '1'
2833
steps:
2934
- uses: actions/checkout@v4
3035
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)