Skip to content

Commit b2f6592

Browse files
add aarch64 macOS test CI (JuliaLang#1286)
1 parent 1920c73 commit b2f6592

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
x86_64-unknown-freebsd,
144144
i686-pc-windows-msvc,
145145
i686-pc-windows-gnu,
146+
aarch64-apple-darwin,
146147
]
147148
include:
148149
- target: x86_64-pc-windows-msvc
@@ -185,6 +186,11 @@ jobs:
185186
features: dummy,binjulialauncher
186187
rustflags:
187188
toolchain: stable-i686-gnu
189+
- target: aarch64-apple-darwin
190+
os: macos
191+
features: dummy,binjulialauncher
192+
rustflags:
193+
toolchain: stable
188194
steps:
189195
- uses: actions/checkout@v4
190196
- if: ${{ contains(matrix.target, '-musl') }}

0 commit comments

Comments
 (0)