Skip to content

Commit

Permalink
Add Mac Catalyst to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm authored and Amanieu committed Sep 14, 2024
1 parent 6b8ffab commit 57a3375
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,16 @@ jobs:
os: ubuntu-latest
- target: aarch64-apple-darwin
os: macos-latest
norun: true
norun: true # https://github.com/rust-lang/stdarch/issues/1206
- target: aarch64-apple-ios-macabi
os: macos-latest
norun: true # https://github.com/rust-lang/stdarch/issues/1206
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-13
- target: x86_64-apple-ios-macabi
os: macos-13
- target: x86_64-pc-windows-msvc
os: windows-latest
- target: i686-pc-windows-msvc
Expand Down

0 comments on commit 57a3375

Please sign in to comment.