File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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
You can’t perform that action at this time.
0 commit comments