Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
py-platform: macosx-11_0_arm64

name: Python macOS ${{ matrix.py-platform }}
runs-on: macos-latest
runs-on: macos-15

steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-15, windows-latest]

name: Rust Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand All @@ -73,7 +73,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-15]

name: Python Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand All @@ -99,7 +99,7 @@ jobs:
fail-fast: false
matrix:
# Should also run on ubuntu-latest but CI doesn't like this yet.
os: [macos-latest]
os: [macos-15]

name: CABI tests on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
Loading