We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8ffab commit 57a3375Copy full SHA for 57a3375
.github/workflows/main.yml
@@ -144,11 +144,16 @@ jobs:
144
os: ubuntu-latest
145
- target: aarch64-apple-darwin
146
os: macos-latest
147
- norun: true
+ norun: true # https://github.com/rust-lang/stdarch/issues/1206
148
+ - target: aarch64-apple-ios-macabi
149
+ os: macos-latest
150
151
- target: aarch64-unknown-linux-gnu
152
153
- target: x86_64-apple-darwin
154
os: macos-13
155
+ - target: x86_64-apple-ios-macabi
156
+ os: macos-13
157
- target: x86_64-pc-windows-msvc
158
os: windows-latest
159
- target: i686-pc-windows-msvc
0 commit comments