Skip to content
Merged
Changes from 1 commit
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
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
runs-on: ubuntu-latest
cmake-version: "3.20.x"
- python-version: "3.9"
runs-on: macos-13
runs-on: macos-15-intel
cmake-version: "3.18.x"
- python-version: "3.12"
runs-on: macos-13
runs-on: macos-15-intel
cmake-version: "3.29.x"
- python-version: "3.10"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -162,7 +162,8 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.11"]
runs-on: [ubuntu-latest, macos-13, windows-latest]
# TODO: investigate failure with macos-latest (#1167)
runs-on: [ubuntu-latest, macos-14, windows-latest]

steps:
- uses: actions/checkout@v5
Expand Down
Loading