[ci] fix macOS 10.15 bot
Xcode 11.3.0 image is supposed to work per https://circleci.com/docs/2.0/testing-ios/ but isn't https://circleci.com/gh/harfbuzz/harfbuzz/118693 AFAICS Let's try Xcode 11.2.1 image
This commit is contained in:
parent
49434bdd49
commit
f3de3b6d3d
@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
macos-10.15-aat-fonts:
|
||||
macos:
|
||||
xcode: "11.3.0"
|
||||
xcode: "11.2.1"
|
||||
steps:
|
||||
- checkout
|
||||
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel freetype glib cairo icu4c graphite2 cmake
|
||||
|
Loading…
Reference in New Issue
Block a user