Skip to content

Commit f2f7fb2

Browse files
removed macos-15-intel support from pip
1 parent 6f486d8 commit f2f7fb2

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

.github/workflows/test-pip-workflow.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,7 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
include:
48-
49-
- os: macos-15-intel
50-
name: macOS-x86_64
51-
cpython-version: 311
52-
python-version: "3.11"
53-
platform_id: macosx_x86_64
54-
cibw_arch: x86_64
48+
5549
- os: ubuntu-latest
5650
name: x86_64
5751
cpython-version: 311
@@ -66,12 +60,6 @@ jobs:
6660
platform_id: macosx_arm64
6761
cibw_manylinux: macosx_arm64
6862

69-
- os: macos-15-intel
70-
name: macOS-x86_64
71-
cpython-version: 312
72-
python-version: "3.12"
73-
platform_id: macosx_x86_64
74-
cibw_arch: x86_64
7563
- os: ubuntu-latest
7664
name: x86_64
7765
cpython-version: 312
@@ -86,12 +74,6 @@ jobs:
8674
platform_id: macosx_arm64
8775
cibw_manylinux: macosx_arm64
8876

89-
- os: macos-15-intel
90-
name: macOS-x86_64
91-
cpython-version: 313
92-
python-version: "3.13"
93-
platform_id: macosx_x86_64
94-
cibw_arch: x86_64
9577
- os: ubuntu-latest
9678
name: x86_64
9779
cpython-version: 313

0 commit comments

Comments
 (0)