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 bff4b4f commit e5ca42eCopy full SHA for e5ca42e
.github/workflows/rust-compiler-builder.yml
@@ -22,7 +22,6 @@ jobs:
22
# https://developer.apple.com/support/xcode/
23
24
# Regression: arm64e-apple-darwin
25
- # Regression: arm64e-apple-ios
26
# Regression: aarch64-apple-tvos
27
# Regression: macos-14 arm64
28
@@ -35,7 +34,7 @@ jobs:
35
34
macosx_deployment_target: 11.0
36
iphoneos_deployment_target: 14.0
37
38
- - rust-targets: aarch64-apple-ios
+ - rust-targets: aarch64-apple-ios,arm64e-apple-ios
39
os: macos-13 # x86-64
40
xcode-version: 14.3.1
41
rust-config: configure
0 commit comments