[ci] Drop macOS job using deprecated XCode image

This commit is contained in:
Khaled Hosny 2021-07-12 22:21:47 +02:00 committed by Behdad Esfahbod
parent 69310f14a6
commit 13187d29ef
1 changed files with 0 additions and 14 deletions

View File

@ -10,19 +10,6 @@ executors:
jobs:
macos-10_14_4-aat-fonts:
macos:
xcode: "11.1.0"
steps:
- checkout
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c graphite2 ninja
- run: pip3 install meson --upgrade
- run: PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig" meson build -Dcoretext=enabled
- run: meson compile -Cbuild
- run: meson test -Cbuild --print-errorlogs
- store_artifacts:
path: build/meson-logs/
macos-10_15_3-aat-fonts:
macos:
xcode: "11.4.0"
@ -144,7 +131,6 @@ workflows:
build:
jobs:
- macos-10_14_4-aat-fonts
- macos-10_15_3-aat-fonts
- distcheck: # will be dropped with autotools removal
filters: