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 b5a5982Copy full SHA for b5a5982
.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,7 @@ jobs:
162
fail-fast: false
163
matrix:
164
python-version: ["3.8", "3.11"]
165
- runs-on: [ubuntu-latest, macos-13, windows-latest]
+ runs-on: [ubuntu-latest, macos-latest, windows-latest]
166
167
steps:
168
- uses: actions/checkout@v5
0 commit comments