From 24d8105d32205d2e866a745e9b8a3035520f11a0 Mon Sep 17 00:00:00 2001 From: Artyom Tetyukhin <51746822+arttet@users.noreply.github.com> Date: Sat, 14 Sep 2024 23:42:11 +0400 Subject: [PATCH] fix: add arm64e-apple-ios --- .github/workflows/rust-compiler-builder.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rust-compiler-builder.yml b/.github/workflows/rust-compiler-builder.yml index 8c0d44d..440d871 100644 --- a/.github/workflows/rust-compiler-builder.yml +++ b/.github/workflows/rust-compiler-builder.yml @@ -22,7 +22,6 @@ jobs: # https://developer.apple.com/support/xcode/ # Regression: arm64e-apple-darwin - # Regression: arm64e-apple-ios # Regression: aarch64-apple-tvos # Regression: macos-14 arm64 @@ -35,7 +34,7 @@ jobs: macosx_deployment_target: 11.0 iphoneos_deployment_target: 14.0 - - rust-targets: aarch64-apple-ios + - rust-targets: aarch64-apple-ios,arm64e-apple-ios os: macos-13 # x86-64 xcode-version: 14.3.1 rust-config: configure