Skip to content

Commit 5ca3697

Browse files
committed
[CI] Bump mac intel runner
- macos-13 intel runner deprecated - there is not macos-14 intel runner - bumpt to macos-15-intel for intel macs
1 parent 11ea116 commit 5ca3697

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/publish.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ jobs:
1616
# let some wheels complete even if others fail
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
19+
os: [ubuntu-latest, windows-latest, macos-14, macos-15-intel]
2020
python_version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2121

2222
include:
2323

24-
- os: ubuntu-latest
25-
platform_id: manylinux_x86_64
26-
manylinux_image: manylinux2014
27-
- os: windows-latest
28-
platform_id: win_amd64
24+
#- os: ubuntu-latest
25+
# platform_id: manylinux_x86_64
26+
# manylinux_image: manylinux2014
27+
#- os: windows-latest
28+
# platform_id: win_amd64
2929
# macos x86_64 (intel)
30-
- os: macos-13
30+
- os: macos-15-intel
3131
platform_id: macosx_x86_64
3232
# macos arm64 (apple silicon)
33-
- os: macos-14
34-
platform_id: macosx_arm64
33+
#- os: macos-14
34+
# platform_id: macosx_arm64
3535

3636
- python_version: '3.9'
3737
python: 39
@@ -41,8 +41,8 @@ jobs:
4141
python: 311
4242
- python_version: '3.12'
4343
python: 312
44-
- python_version: '3.13'
45-
python: 313
44+
#- python_version: '3.13'
45+
# python: 313
4646

4747
runs-on: ${{ matrix.os }}
4848

0 commit comments

Comments
 (0)