mirror of
https://github.com/passepartoutvpn/openssl-apple.git
synced 2025-01-19 15:29:04 +00:00
Bump versions
- Release version - CI to macOS 12 - iOS Simulator/Catalyst target to 14
This commit is contained in:
parent
e39ecb42c7
commit
d08001e78c
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
publish_binary_release:
|
||||
runs-on: macos-11
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build OpenSSL
|
||||
|
@ -67,7 +67,7 @@ my %targets = ();
|
||||
},
|
||||
"ios-sim-cross-arm64" => {
|
||||
inherit_from => [ "darwin64-arm64-cc", "ios-cross-base" ],
|
||||
cflags => add("-target arm64-apple-ios13.0-simulator -mios-version-min=13.0"),
|
||||
cflags => add("-target arm64-apple-ios14.0-simulator -mios-version-min=14.0"),
|
||||
sys_id => "iOS",
|
||||
},
|
||||
|
||||
@ -83,12 +83,12 @@ my %targets = ();
|
||||
# Catalyst
|
||||
"mac-catalyst-x86_64" => {
|
||||
inherit_from => [ "darwin64-x86_64-cc", "mac-catalyst-base" ],
|
||||
cflags => add("-target x86_64-apple-ios13.0-macabi -mios-version-min=13.0"),
|
||||
cflags => add("-target x86_64-apple-ios14.0-macabi -mios-version-min=14.0"),
|
||||
sys_id => "MacOSX",
|
||||
},
|
||||
"mac-catalyst-arm64" => {
|
||||
inherit_from => [ "darwin64-arm64-cc", "mac-catalyst-base" ],
|
||||
cflags => add("-target arm64-apple-ios13.0-macabi -mios-version-min=13.0"),
|
||||
cflags => add("-target arm64-apple-ios14.0-macabi -mios-version-min=14.0"),
|
||||
sys_id => "MacOSX",
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user