We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8895236 commit 40ba3ffCopy full SHA for 40ba3ff
.github/workflows/rust-compiler-builder.yml
@@ -53,8 +53,6 @@ jobs:
53
# https://developer.apple.com/support/xcode/
54
# https://support.apple.com/en-us/100100
55
56
- # Regression: rust-host: arm64e-apple-darwin [macos-14]
57
-
58
- rust-targets: arm64e-apple-darwin
59
rust-host: x86_64-apple-darwin
60
os: macos-13
@@ -65,7 +63,7 @@ jobs:
65
63
macosx_deployment_target: 11.0
66
64
67
68
- rust-host: aarch64-apple-darwin
+ rust-host: arm64e-apple-darwin
69
os: macos-14
70
xcode-version: 15.4
71
rust-config: configure
@@ -84,7 +82,7 @@ jobs:
84
82
iphoneos_deployment_target: 15.0
85
83
86
- rust-targets: arm64e-apple-ios
87
88
89
90
0 commit comments