Skip to content

ci: Upgrade to the macos-15 runner image #4572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Clippy on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04, macos-14, windows-2022]
os: [ubuntu-24.04, macos-15, windows-2022]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
Expand All @@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
toolchain: [stable, nightly, 1.63.0]
os: [ubuntu-24.04, macos-14, windows-2022]
os: [ubuntu-24.04, macos-15, windows-2022]
include:
- toolchain: beta
os: ubuntu-24.04
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
docker: true
os: ubuntu-24.04
- target: aarch64-apple-darwin
os: macos-14
os: macos-15
- target: x86_64-pc-windows-gnu
os: windows-2022
env:
Expand Down
Loading