Skip to content

Commit 57a3375

Browse files
madsmtmAmanieu
authored andcommitted
Add Mac Catalyst to CI
1 parent 6b8ffab commit 57a3375

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,16 @@ jobs:
144144
os: ubuntu-latest
145145
- target: aarch64-apple-darwin
146146
os: macos-latest
147-
norun: true
147+
norun: true # https://github.com/rust-lang/stdarch/issues/1206
148+
- target: aarch64-apple-ios-macabi
149+
os: macos-latest
150+
norun: true # https://github.com/rust-lang/stdarch/issues/1206
148151
- target: aarch64-unknown-linux-gnu
149152
os: ubuntu-latest
150153
- target: x86_64-apple-darwin
151154
os: macos-13
155+
- target: x86_64-apple-ios-macabi
156+
os: macos-13
152157
- target: x86_64-pc-windows-msvc
153158
os: windows-latest
154159
- target: i686-pc-windows-msvc

0 commit comments

Comments
 (0)