We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f371ff commit f2ff78eCopy full SHA for f2ff78e
.github/workflows/ci.yml
@@ -73,10 +73,10 @@ jobs:
73
runs-on: ubuntu-latest
74
cmake-version: "3.20.x"
75
- python-version: "3.9"
76
- runs-on: macos-13
+ runs-on: macos-15-intel
77
cmake-version: "3.18.x"
78
- python-version: "3.12"
79
80
cmake-version: "3.29.x"
81
- python-version: "3.10"
82
@@ -162,7 +162,8 @@ jobs:
162
fail-fast: false
163
matrix:
164
python-version: ["3.8", "3.11"]
165
- runs-on: [ubuntu-latest, macos-13, windows-latest]
+ # TODO: investigate failure with macos-latest (#1167)
166
+ runs-on: [ubuntu-latest, macos-14, windows-latest]
167
168
steps:
169
- uses: actions/checkout@v5
0 commit comments