Skip to content

Commit e5ca42e

Browse files
authored
fix: add arm64e-apple-ios (#16)
1 parent bff4b4f commit e5ca42e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust-compiler-builder.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
# https://developer.apple.com/support/xcode/
2323

2424
# Regression: arm64e-apple-darwin
25-
# Regression: arm64e-apple-ios
2625
# Regression: aarch64-apple-tvos
2726
# Regression: macos-14 arm64
2827

@@ -35,7 +34,7 @@ jobs:
3534
macosx_deployment_target: 11.0
3635
iphoneos_deployment_target: 14.0
3736

38-
- rust-targets: aarch64-apple-ios
37+
- rust-targets: aarch64-apple-ios,arm64e-apple-ios
3938
os: macos-13 # x86-64
4039
xcode-version: 14.3.1
4140
rust-config: configure

0 commit comments

Comments
 (0)