From 2a97a9c5bceb860b7effe5f33d3f803a01fe4452 Mon Sep 17 00:00:00 2001 From: Artyom Tetyukhin <51746822+arttet@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:42:47 +0400 Subject: [PATCH] fix: use arm64e-apple-darwin on the host machine --- .github/workflows/rust-compiler-builder.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust-compiler-builder.yml b/.github/workflows/rust-compiler-builder.yml index 01427de..914e747 100644 --- a/.github/workflows/rust-compiler-builder.yml +++ b/.github/workflows/rust-compiler-builder.yml @@ -53,8 +53,6 @@ jobs: # https://developer.apple.com/support/xcode/ # https://support.apple.com/en-us/100100 - # Regression: rust-host: arm64e-apple-darwin [macos-14] - - rust-targets: arm64e-apple-darwin rust-host: x86_64-apple-darwin os: macos-13 @@ -65,7 +63,7 @@ jobs: macosx_deployment_target: 11.0 - rust-targets: arm64e-apple-darwin - rust-host: aarch64-apple-darwin + rust-host: arm64e-apple-darwin os: macos-14 xcode-version: 15.4 rust-config: configure @@ -84,7 +82,7 @@ jobs: iphoneos_deployment_target: 15.0 - rust-targets: arm64e-apple-ios - rust-host: aarch64-apple-darwin + rust-host: arm64e-apple-darwin os: macos-14 xcode-version: 15.4 rust-config: configure