From 61a389479ed5e7914613a2fa8812720ba1fef966 Mon Sep 17 00:00:00 2001 From: Artyom Tetyukhin <51746822+arttet@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:00:27 +0400 Subject: [PATCH] fix: use arm64e-apple-darwin on the host machine --- .github/workflows/rust-compiler-builder.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust-compiler-builder.yml b/.github/workflows/rust-compiler-builder.yml index 84c40b6..eeee831 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 @@ -201,8 +199,8 @@ jobs: - name: Checkout Rust uses: actions/checkout@v4 with: - repository: rust-lang/rust - ref: master + repository: arttet/rust + ref: fix/cc submodules: true path: rust