Skip to content

Commit 4838232

Browse files
committed
use macos-15-intel now that macos-13 is closing down
1 parent 6e95472 commit 4838232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packaging_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- { os: ubuntu-24.04-arm, arch: aarch64, cibw_system: manylinux }
3838
- { os: macos-15, arch: arm64, cibw_system: macosx }
3939
- { os: macos-15, arch: universal2, cibw_system: macosx }
40-
- { os: macos-13, arch: x86_64, cibw_system: macosx }
40+
- { os: macos-15-intel, arch: x86_64, cibw_system: macosx }
4141
minimal:
4242
- ${{ inputs.minimal }}
4343
exclude:

0 commit comments

Comments
 (0)