Skip to content

Commit ce0ec4b

Browse files
committed
chore(workflows/build): use macos-26
1 parent b727bef commit ce0ec4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ jobs:
158158
target: { runner: macos-latest, archs: "arm64_iphoneos" }
159159
# iOS Simulator
160160
- python-version: "3.13"
161-
target: { runner: macos-latest, archs: "arm64_iphonesimulator" }
161+
target: { runner: macos-26, archs: "arm64_iphonesimulator" }
162162
- python-version: "3.14"
163-
target: { runner: macos-latest, archs: "arm64_iphonesimulator" }
163+
target: { runner: macos-26, archs: "arm64_iphonesimulator" }
164164
# Android
165165
- python-version: "3.13"
166166
target: { runner: ubuntu-latest, archs: "arm64_v8a" }

0 commit comments

Comments
 (0)