Skip to content

Commit e8a3800

Browse files
committed
Require macos-14
1 parent ab4bf58 commit e8a3800

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/full_ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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:
@@ -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

0 commit comments

Comments
 (0)