[ci] Use the latest stable XCode image
This commit is contained in:
parent
13187d29ef
commit
5f5a8b4dd7
|
@ -10,9 +10,9 @@ executors:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
macos-10_15_3-aat-fonts:
|
macos-aat-fonts:
|
||||||
macos:
|
macos:
|
||||||
xcode: "11.4.0"
|
xcode: "12.5.1"
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c graphite2 gobject-introspection gtk-doc ninja
|
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c graphite2 gobject-introspection gtk-doc ninja
|
||||||
|
@ -131,7 +131,7 @@ workflows:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
jobs:
|
jobs:
|
||||||
- macos-10_15_3-aat-fonts
|
- macos-aat-fonts
|
||||||
- distcheck: # will be dropped with autotools removal
|
- distcheck: # will be dropped with autotools removal
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in New Issue