Skip to content

Commit f2c1439

Browse files
authored
[CI] Run tests on Apple Silicon (#819)
1 parent 04cc8cd commit f2c1439

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/UnitTests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
exclude:
4545
- os: macos-latest
4646
julia_arch: x86
47+
include:
48+
- os: macos-14
49+
julia_arch: "aarch64"
50+
julia_version: "1"
4751

4852
fail-fast: false
4953

0 commit comments

Comments
 (0)