devops: support compiling webkit on MacOS 12 (#11049)

References #11031
This commit is contained in:
Andrey Lushnikov 2021-12-21 13:45:37 -08:00 committed by GitHub
parent 8f9eaf7cba
commit 9294947862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -274,6 +274,11 @@ elif [[ "$BUILD_FLAVOR" == "webkit-mac-10.15" ]]; then
EXPECTED_HOST_OS="Darwin"
EXPECTED_HOST_OS_VERSION="10.15"
BUILD_BLOB_NAME="webkit-mac-10.15.zip"
elif [[ "$BUILD_FLAVOR" == "webkit-mac-12" ]]; then
BROWSER_NAME="webkit"
EXPECTED_HOST_OS="Darwin"
EXPECTED_HOST_OS_VERSION="12.1"
BUILD_BLOB_NAME="webkit-mac-12.zip"
elif [[ "$BUILD_FLAVOR" == "webkit-mac-11-arm64" ]]; then
BROWSER_NAME="webkit"
EXPECTED_HOST_OS="Darwin"

View File

@ -3,5 +3,6 @@ webkit-ubuntu-20.04.zip
webkit-ubuntu-20.04-arm64.zip
webkit-mac-10.15.zip
webkit-mac-11-arm64.zip
webkit-mac-12.zip
webkit-win64.zip