mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +03:00
devops: add instructions to build mac on BigSur (#4350)
This commit is contained in:
parent
3f37d8507e
commit
4d8ef423ba
@ -133,6 +133,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-11.0" ]]; then
|
||||
BROWSER_NAME="webkit"
|
||||
EXPECTED_HOST_OS="Darwin"
|
||||
EXPECTED_HOST_OS_VERSION="11.0"
|
||||
BUILD_BLOB_NAME="webkit-mac-11.0.zip"
|
||||
else
|
||||
echo ERROR: unknown build flavor - "$BUILD_FLAVOR"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user