Merge pull request #564 from kiwix/fix_ios_macabi

Fix the iOsMacABI target in the CI
This commit is contained in:
Kelson 2023-02-12 07:54:21 +01:00 committed by GitHub
commit 3e396f6ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -138,9 +138,9 @@ class iOSMacABI(ApplePlatformInfo):
name = 'iOS_Mac_ABI' name = 'iOS_Mac_ABI'
arch = cpu = 'x86_64' arch = cpu = 'x86_64'
host = 'x86_64-apple-darwin' host = 'x86_64-apple-darwin'
target = 'x86_64-apple-ios13.0-macabi' target = 'x86_64-apple-ios14.0-macabi'
sdk_name = 'macosx' sdk_name = 'macosx'
min_iphoneos_version = '13.0' min_iphoneos_version = '14.0'
class macOSArm64(ApplePlatformInfo): class macOSArm64(ApplePlatformInfo):