From 5f5a8b4dd7ddba13cd2459c626c3eb2f3c19d9d5 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Mon, 12 Jul 2021 22:24:14 +0200 Subject: [PATCH] [ci] Use the latest stable XCode image --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6b4782fba..85921fa7c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,9 +10,9 @@ executors: jobs: - macos-10_15_3-aat-fonts: + macos-aat-fonts: macos: - xcode: "11.4.0" + xcode: "12.5.1" steps: - checkout - 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: jobs: - - macos-10_15_3-aat-fonts + - macos-aat-fonts - distcheck: # will be dropped with autotools removal filters: tags: