Merge pull request #620 from kiwix/macos11

We should build using macos11
This commit is contained in:
Kelson 2023-05-20 21:01:44 +03:00 committed by GitHub
commit 4f3d9bc756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@ jobs:
- macOS_arm64_static
- macOS_arm64_mixed
- macOS_x86_64
runs-on: macos-12
runs-on: macos-11
env:
SSH_KEY: /tmp/id_rsa
OS_NAME: osx

View File

@ -179,7 +179,7 @@ jobs:
- native_mixed
- macOS_arm64_static
- macOS_arm64_mixed
runs-on: macos-12
runs-on: macos-11
env:
SSH_KEY: /tmp/id_rsa
OS_NAME: osx

View File

@ -39,7 +39,7 @@ release_versions = {
# This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions.
base_deps_meta_version = '87'
base_deps_meta_version = '88'
base_deps_versions = {
'zlib' : '1.2.12',