We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4bf58 commit e8a3800Copy full SHA for e8a3800
.github/workflows/full_ci.yml
@@ -31,7 +31,7 @@ jobs:
31
contents: read # to fetch code (actions/checkout)
32
33
name: macOS
34
- runs-on: macos-13
+ runs-on: macos-14
35
strategy:
36
fail-fast: true
37
matrix:
@@ -217,10 +217,10 @@ jobs:
217
max-parallel: 4
218
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 }
+ - { toolchain: stable, os: macos-14 }
+ - { toolchain: beta, os: macos-14 }
+ - { toolchain: nightly, os: macos-14 }
+ - { toolchain: 1.71.0, os: macos-14 }
224
runs-on: ${{ matrix.target.os }}
225
steps:
226
- uses: actions/checkout@v4
0 commit comments