Skip to content

Commit c68cc49

Browse files
authored
Upgrade CI from macos-15-intel to macos-26-intel (#9454)
2 parents c27d24b + 55b0cbc commit c68cc49

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- { python-version: "3.14t", disable-gil: true }
6262
- { python-version: "3.13t", disable-gil: true }
6363
# Intel
64-
- { os: "macos-15-intel", python-version: "3.10" }
64+
- { os: "macos-26-intel", python-version: "3.10" }
6565
exclude:
6666
- { os: "macos-latest", python-version: "3.10" }
6767

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ jobs:
5353
include:
5454
- name: "macOS 10.10 x86_64"
5555
platform: macos
56-
os: macos-15-intel
56+
os: macos-26-intel
5757
cibw_arch: x86_64
5858
build: "cp3{10,11}*"
5959
macosx_deployment_target: "10.10"
6060
- name: "macOS 10.13 x86_64"
6161
platform: macos
62-
os: macos-15-intel
62+
os: macos-26-intel
6363
cibw_arch: x86_64
6464
build: "cp3{12,13}*"
6565
macosx_deployment_target: "10.13"
6666
- name: "macOS 10.15 x86_64"
6767
platform: macos
68-
os: macos-15-intel
68+
os: macos-26-intel
6969
cibw_arch: x86_64
7070
build: "{cp314,pp3}*"
7171
macosx_deployment_target: "10.15"
@@ -104,7 +104,7 @@ jobs:
104104
cibw_arch: arm64_iphonesimulator
105105
- name: "iOS x86_64 simulator"
106106
platform: ios
107-
os: macos-15-intel
107+
os: macos-26-intel
108108
cibw_arch: x86_64_iphonesimulator
109109
steps:
110110
- uses: actions/checkout@v6

docs/installation/platform-support.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ These platforms are built and tested for every change.
3939
+----------------------------------+----------------------------+---------------------+
4040
| Gentoo | 3.12 | x86-64 |
4141
+----------------------------------+----------------------------+---------------------+
42-
| macOS 15 Sequoia | 3.10 | x86-64 |
43-
| +----------------------------+---------------------+
44-
| | 3.11, 3.12, 3.13, 3.14, | arm64 |
45-
| | PyPy3 | |
42+
| macOS 15 Sequoia | 3.11, 3.12, 3.13, 3.14, | arm64 |
43+
| | 3.15, PyPy3 | |
44+
+----------------------------------+----------------------------+---------------------+
45+
| macOS 26 Tahoe | 3.10 | x86-64 |
4646
+----------------------------------+----------------------------+---------------------+
4747
| Ubuntu Linux 22.04 LTS (Jammy) | 3.10 | x86-64 |
4848
+----------------------------------+----------------------------+---------------------+
4949
| Ubuntu Linux 24.04 LTS (Noble) | 3.10, 3.11, 3.12, 3.13, | x86-64 |
50-
| | 3.14, PyPy3 | |
50+
| | 3.14, 3.15, PyPy3 | |
5151
| +----------------------------+---------------------+
5252
| | 3.12 | arm64v8, ppc64le, |
5353
| | | s390x |
5454
+----------------------------------+----------------------------+---------------------+
5555
| Windows Server 2022 | 3.10 | x86 |
5656
+----------------------------------+----------------------------+---------------------+
5757
| Windows Server 2025 | 3.11, 3.12, 3.13, 3.14, | x86-64 |
58-
| | PyPy3 | |
58+
| | 3.15, PyPy3 | |
5959
| +----------------------------+---------------------+
6060
| | 3.13 (MinGW) | x86-64 |
6161
+----------------------------------+----------------------------+---------------------+

0 commit comments

Comments
 (0)