devops: fallback to xcode 13.2 for webkit (#14052)

Turns out we should use minimal possible xcode on MacOS 12
to compile WebKit: if we use xcode 13.3, then webkit fails
on MacOS 12.2.
This commit is contained in:
Andrey Lushnikov 2022-05-10 05:05:06 -06:00 committed by GitHub
parent cf89a36181
commit cff3f31bc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ const XCODE_VERSIONS = {
ffmpeg: '13.2',
},
"macos-12": {
webkit: '13.3',
webkit: '13.2', // WebKit requires xcode 13.2 to work on MacOS 12.2.
firefox: '13.2', // As of Oct 2021 building Firefox requires XCode 13
chromium: '13.3', // As of Apr 2022 Chromium requires Xcode13.3
ffmpeg: '13.2',

View file

@ -1,2 +1,2 @@
1640
Changed: yurys@chromium.org Thu 05 May 2022 12:43:18 PM PDT
1641
Changed: aslushnikov@gmail.com Tue May 10 11:50:04 BST 2022