Skip to content

Commit f273619

Browse files
committed
Test on macos-26-intel
1 parent bb54c50 commit f273619

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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

0 commit comments

Comments
 (0)