We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1920c73 commit b2f6592Copy full SHA for b2f6592
.github/workflows/test.yml
@@ -143,6 +143,7 @@ jobs:
143
x86_64-unknown-freebsd,
144
i686-pc-windows-msvc,
145
i686-pc-windows-gnu,
146
+ aarch64-apple-darwin,
147
]
148
include:
149
- target: x86_64-pc-windows-msvc
@@ -185,6 +186,11 @@ jobs:
185
186
features: dummy,binjulialauncher
187
rustflags:
188
toolchain: stable-i686-gnu
189
+ - target: aarch64-apple-darwin
190
+ os: macos
191
+ features: dummy,binjulialauncher
192
+ rustflags:
193
+ toolchain: stable
194
steps:
195
- uses: actions/checkout@v4
196
- if: ${{ contains(matrix.target, '-musl') }}
0 commit comments