File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -1068,13 +1068,15 @@ jobs:
1068
1068
run : |
1069
1069
cargo install cargo-cache --no-default-features --features ci-autoclean
1070
1070
cargo-cache
1071
-
1072
1071
# This is ci/actions-templates/macos-builds-template.yaml
1073
1072
# Do not edit this file in .github/workflows
1074
1073
build-macos-x86_64 : # job-name skip-aarch64
1075
- runs-on : macos-13 # skip-aarch64
1076
1074
env : # skip-aarch64
1077
1075
MACOSX_DEPLOYMENT_TARGET : 10.12 # skip-aarch64
1076
+ defaults : # skip-aarch64
1077
+ run : # skip-aarch64
1078
+ shell : arch -x86_64 bash -e {0} # skip-aarch64
1079
+ runs-on : macos-latest
1078
1080
permissions :
1079
1081
id-token : write
1080
1082
contents : read
@@ -1200,13 +1202,12 @@ jobs:
1200
1202
# https://github.com/actions/cache/issues/403 and
1201
1203
# https://github.com/rust-lang/cargo/issues/8603.
1202
1204
run : sudo /usr/sbin/purge
1203
-
1204
1205
# This is ci/actions-templates/macos-builds-template.yaml
1205
1206
# Do not edit this file in .github/workflows
1206
1207
build-macos-aarch64 : # job-name skip-x86_64
1207
- runs-on : macos-latest # skip-x86_64
1208
1208
env : # skip-x86_64
1209
1209
MACOSX_DEPLOYMENT_TARGET : 11.0 # skip-x86_64
1210
+ runs-on : macos-latest
1210
1211
permissions :
1211
1212
id-token : write
1212
1213
contents : read
Original file line number Diff line number Diff line change 1
1
jobs : # skip-x86_64 skip-aarch64
2
-
3
2
# This is ci/actions-templates/macos-builds-template.yaml
4
3
# Do not edit this file in .github/workflows
5
4
build-macos-aarch64 : # job-name skip-x86_64
6
- runs-on : macos-latest # skip-x86_64
7
5
env : # skip-x86_64
8
6
MACOSX_DEPLOYMENT_TARGET : 11.0 # skip-x86_64
9
7
build-macos-x86_64 : # job-name skip-aarch64
10
- runs-on : macos-13 # skip-aarch64
11
8
env : # skip-aarch64
12
9
MACOSX_DEPLOYMENT_TARGET : 10.12 # skip-aarch64
10
+ defaults : # skip-aarch64
11
+ run : # skip-aarch64
12
+ shell : arch -x86_64 bash -e {0} # skip-aarch64
13
+ runs-on : macos-latest
13
14
permissions :
14
15
id-token : write
15
16
contents : read
You can’t perform that action at this time.
0 commit comments