We should build using macos11
This commit is contained in:
parent
bd9e60f526
commit
7db62390f1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue