Skip to content

Commit 84145bb

Browse files
authored
Add aarch64-apple to CI (#236)
1 parent 430783e commit 84145bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
- version: '1.6'
2424
os: ubuntu-latest
2525
arch: x86
26+
# Test against Apple M-series
27+
- version: '1'
28+
os: macos-14
29+
arch: aarch64
2630
steps:
2731
- uses: actions/checkout@v4
2832
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)