Python: Fix device architecture

This commit is contained in:
Simon Hausmann 2025-05-21 10:57:16 +02:00
parent f40ce5fb1b
commit 6e4e98af4e
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ jobs:
sdk_name: iphonesimulator
tag: ios_13_0_arm64_iphonesimulator
- target: aarch64-apple-ios
arch: x86_64
arch: arm64
sdk_name: iphoneos
tag: ios_13_0_arm64_iphoneos

View file

@ -7,7 +7,7 @@ build-backend = "maturin"
[project]
name = "slint"
version = "1.12.0a3"
version = "1.12.0a4"
requires-python = ">= 3.12"
authors = [{ name = "Slint Team", email = "info@slint.dev" }]
classifiers = [