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 66eb3a4 commit d87b2f0Copy full SHA for d87b2f0
.github/workflows/wheels.yml
@@ -289,22 +289,22 @@ jobs:
289
- py_platform: macosx-12.0-x86_64
290
python_version: "3.12"
291
arch: x64
292
- runner: macos-13
+ runner: macos-15-intel
293
brew_prefix: /usr/local
294
295
python_version: "3.13"
296
297
298
299
- py_platform: macosx-12.0-arm64
300
301
arch: arm64
302
- runner: macos-14
+ runner: macos-15
303
brew_prefix: /opt/homebrew
304
305
306
307
308
309
310
steps:
0 commit comments