Skip to content

Commit 50faaa2

Browse files
committed
ci: Upgrade to the macos-15 runner image
(backport <#4572>) (cherry picked from commit 96c990e)
1 parent 14c8f09 commit 50faaa2

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
@@ -34,7 +34,7 @@ jobs:
3434
name: Clippy on ${{ matrix.os }}
3535
strategy:
3636
matrix:
37-
os: [ubuntu-24.04, macos-14, windows-2022]
37+
os: [ubuntu-24.04, macos-15, windows-2022]
3838
runs-on: ${{ matrix.os }}
3939
timeout-minutes: 10
4040
steps:
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
toolchain: [stable, nightly, 1.63.0]
55-
os: [ubuntu-24.04, macos-14, windows-2022]
55+
os: [ubuntu-24.04, macos-15, windows-2022]
5656
include:
5757
- toolchain: beta
5858
os: ubuntu-24.04
@@ -111,7 +111,7 @@ jobs:
111111
docker: true
112112
os: ubuntu-24.04
113113
- target: aarch64-apple-darwin
114-
os: macos-14
114+
os: macos-15
115115
- target: x86_64-pc-windows-gnu
116116
os: windows-2022
117117
env:

0 commit comments

Comments
 (0)