We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b727bef commit ce0ec4bCopy full SHA for ce0ec4b
.github/workflows/build.yml
@@ -158,9 +158,9 @@ jobs:
158
target: { runner: macos-latest, archs: "arm64_iphoneos" }
159
# iOS Simulator
160
- python-version: "3.13"
161
- target: { runner: macos-latest, archs: "arm64_iphonesimulator" }
+ target: { runner: macos-26, archs: "arm64_iphonesimulator" }
162
- python-version: "3.14"
163
164
# Android
165
166
target: { runner: ubuntu-latest, archs: "arm64_v8a" }
0 commit comments