File tree 3 files changed +6
-10
lines changed 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
contents : read # to fetch code (actions/checkout)
32
32
33
33
name : macOS
34
- runs-on : macos-13
34
+ runs-on : macos-14
35
35
strategy :
36
36
fail-fast : true
37
37
matrix :
38
38
target : [
39
- x86_64 -apple-darwin,
39
+ aarch64 -apple-darwin,
40
40
]
41
41
steps :
42
42
- uses : actions/checkout@v4
@@ -217,10 +217,10 @@ jobs:
217
217
max-parallel : 4
218
218
matrix :
219
219
target :
220
- - { toolchain: stable, os: macos-13 }
221
- - { toolchain: beta, os: macos-13 }
222
- - { toolchain: nightly, os: macos-13 }
223
- - { toolchain: 1.71.0, os: macos-13 }
220
+ - { toolchain: stable, os: macos-14 }
221
+ - { toolchain: beta, os: macos-14 }
222
+ - { toolchain: nightly, os: macos-14 }
223
+ - { toolchain: 1.71.0, os: macos-14 }
224
224
runs-on : ${{ matrix.target.os }}
225
225
steps :
226
226
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ targets = [
106
106
" wasm32-unknown-emscripten" ,
107
107
" wasm32-unknown-unknown" ,
108
108
" wasm32-wasi" ,
109
- " x86_64-apple-darwin" ,
110
- " x86_64-apple-ios" ,
111
109
" x86_64-fortanix-unknown-sgx" ,
112
110
" x86_64-linux-android" ,
113
111
" x86_64-pc-solaris" ,
Original file line number Diff line number Diff line change @@ -147,8 +147,6 @@ x86_64-unknown-redox \
147
147
148
148
RUST_APPLE_TARGETS=" \
149
149
aarch64-apple-ios \
150
- x86_64-apple-darwin \
151
- x86_64-apple-ios \
152
150
"
153
151
154
152
RUST_NIGHTLY_APPLE_TARGETS=" \
You can’t perform that action at this time.
0 commit comments