mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: support compiling webkit on MacOS 12 (#11049)
References #11031
This commit is contained in:
parent
8f9eaf7cba
commit
9294947862
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user