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:
3131 contents : read # to fetch code (actions/checkout)
3232
3333 name : macOS
34- runs-on : macos-13
34+ runs-on : macos-14
3535 strategy :
3636 fail-fast : true
3737 matrix :
3838 target : [
39- x86_64 -apple-darwin,
39+ aarch64 -apple-darwin,
4040 ]
4141 steps :
4242 - uses : actions/checkout@v4
@@ -217,10 +217,10 @@ jobs:
217217 max-parallel : 4
218218 matrix :
219219 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 }
224224 runs-on : ${{ matrix.target.os }}
225225 steps :
226226 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments