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 24f863f commit 5c87453Copy full SHA for 5c87453
1 file changed
.github/workflows/wheels.yml
@@ -189,7 +189,7 @@ jobs:
189
name: Build MacOS x86_64 wheels
190
strategy:
191
matrix:
192
- os: [macos-13]
+ os: [macos-15-intel]
193
runs-on: ${{ matrix.os }}
194
steps:
195
- name: Checkout repository
@@ -220,7 +220,7 @@ jobs:
220
name: Build MacOS arm64 wheels
221
222
223
- os: [macos-14]
+ os: [macos-15]
224
225
226
0 commit comments