File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 56
56
- os : ubuntu-24.04-arm
57
57
env :
58
58
TARGET_TRIPLE : aarch64-unknown-linux-gnu
59
- - os : macos-latest
59
+ - os : macos-13
60
60
env :
61
61
TARGET_TRIPLE : x86_64-apple-darwin
62
62
- os : macos-latest
94
94
if : matrix.os == 'windows-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
95
95
run : rustup set default-host x86_64-pc-windows-gnu
96
96
97
- - name : Use x86_64 compiler on macOS
98
- if : matrix.os == 'macos-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-apple-darwin'
99
- run : rustup set default-host x86_64-apple-darwin
100
-
101
97
- name : Install toolchain and emulator
102
98
if : matrix.apt_deps != null
103
99
run : |
@@ -194,7 +190,7 @@ jobs:
194
190
- os : ubuntu-24.04-arm
195
191
env :
196
192
TARGET_TRIPLE : aarch64-unknown-linux-gnu
197
- - os : macos-latest
193
+ - os : macos-13
198
194
env :
199
195
TARGET_TRIPLE : x86_64-apple-darwin
200
196
- os : macos-latest
@@ -220,10 +216,6 @@ jobs:
220
216
if : matrix.os == 'windows-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
221
217
run : rustup set default-host x86_64-pc-windows-gnu
222
218
223
- - name : Use x86_64 compiler on macOS
224
- if : matrix.os == 'macos-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-apple-darwin'
225
- run : rustup set default-host x86_64-apple-darwin
226
-
227
219
- name : Prepare dependencies
228
220
run : ./y.sh prepare
229
221
You can’t perform that action at this time.
0 commit comments