Skip to content

Commit 5d2c5d4

Browse files
authored
Merge pull request #4572 from tgross35/ci-mac
ci: Upgrade to the macos-15 runner image
2 parents 16cfee3 + 96c990e commit 5d2c5d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Clippy on ${{ matrix.os }}
3939
strategy:
4040
matrix:
41-
os: [ubuntu-24.04, macos-14, windows-2022]
41+
os: [ubuntu-24.04, macos-15, windows-2022]
4242
runs-on: ${{ matrix.os }}
4343
timeout-minutes: 10
4444
steps:
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
matrix:
5858
toolchain: [stable, nightly, 1.63.0]
59-
os: [ubuntu-24.04, macos-14, windows-2022]
59+
os: [ubuntu-24.04, macos-15, windows-2022]
6060
include:
6161
- toolchain: beta
6262
os: ubuntu-24.04
@@ -120,7 +120,7 @@ jobs:
120120
docker: true
121121
os: ubuntu-24.04
122122
- target: aarch64-apple-darwin
123-
os: macos-14
123+
os: macos-15
124124
- target: x86_64-pc-windows-gnu
125125
os: windows-2022
126126
env:

0 commit comments

Comments
 (0)