Skip to content

Commit

Permalink
fix: use arm64e-apple-darwin on the host machine
Browse files Browse the repository at this point in the history
  • Loading branch information
arttet committed Sep 30, 2024
1 parent 9bfe714 commit 2a97a9c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust-compiler-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2a97a9c

Please sign in to comment.