File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -1068,13 +1068,12 @@ 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
+ runs-on : macos-latest
1078
1077
permissions :
1079
1078
id-token : write
1080
1079
contents : read
@@ -1143,6 +1142,7 @@ jobs:
1143
1142
- name : Run a full build and test
1144
1143
env :
1145
1144
BUILD_PROFILE : ${{ matrix.mode }}
1145
+ shell : arch -x86_64 bash -e {0} # skip-aarch64
1146
1146
run : bash ci/run.bash
1147
1147
- name : Dump dynamic link targets
1148
1148
if : matrix.mode == 'release'
@@ -1200,13 +1200,12 @@ jobs:
1200
1200
# https://github.com/actions/cache/issues/403 and
1201
1201
# https://github.com/rust-lang/cargo/issues/8603.
1202
1202
run : sudo /usr/sbin/purge
1203
-
1204
1203
# This is ci/actions-templates/macos-builds-template.yaml
1205
1204
# Do not edit this file in .github/workflows
1206
1205
build-macos-aarch64 : # job-name skip-x86_64
1207
- runs-on : macos-latest # skip-x86_64
1208
1206
env : # skip-x86_64
1209
1207
MACOSX_DEPLOYMENT_TARGET : 11.0 # skip-x86_64
1208
+ runs-on : macos-latest
1210
1209
permissions :
1211
1210
id-token : write
1212
1211
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
+ runs-on : macos-latest
13
11
permissions :
14
12
id-token : write
15
13
contents : read
@@ -79,6 +77,7 @@ jobs: # skip-x86_64 skip-aarch64
79
77
- name : Run a full build and test
80
78
env :
81
79
BUILD_PROFILE : ${{ matrix.mode }}
80
+ shell : arch -x86_64 bash -e {0} # skip-aarch64
82
81
run : bash ci/run.bash
83
82
- name : Dump dynamic link targets
84
83
if : matrix.mode == 'release'
You can’t perform that action at this time.
0 commit comments