Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
- Release version

- CI to macOS 12

- iOS Simulator/Catalyst target to 14
  • Loading branch information
keeshux committed May 17, 2022
1 parent e39ecb4 commit d08001e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1m-0
1.1.1m-1
6 changes: 3 additions & 3 deletions config/20-all-platforms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},

Expand All @@ -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",
},

Expand Down

0 comments on commit d08001e

Please sign in to comment.