From 57a3375c1dbdfe8fdbe4827823a1e507279054f0 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sat, 7 Sep 2024 15:04:29 +0200 Subject: [PATCH] Add Mac Catalyst to CI --- .github/workflows/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df1fc7d1a0..65d05c58f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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