Skip to content

Commit d87b2f0

Browse files
committed
Use macos-15 for wheels build
1 parent 66eb3a4 commit d87b2f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,22 +289,22 @@ jobs:
289289
- py_platform: macosx-12.0-x86_64
290290
python_version: "3.12"
291291
arch: x64
292-
runner: macos-13
292+
runner: macos-15-intel
293293
brew_prefix: /usr/local
294294
- py_platform: macosx-12.0-x86_64
295295
python_version: "3.13"
296296
arch: x64
297-
runner: macos-13
297+
runner: macos-15-intel
298298
brew_prefix: /usr/local
299299
- py_platform: macosx-12.0-arm64
300300
python_version: "3.12"
301301
arch: arm64
302-
runner: macos-14
302+
runner: macos-15
303303
brew_prefix: /opt/homebrew
304304
- py_platform: macosx-12.0-arm64
305305
python_version: "3.13"
306306
arch: arm64
307-
runner: macos-14
307+
runner: macos-15
308308
brew_prefix: /opt/homebrew
309309

310310
steps:

0 commit comments

Comments
 (0)