From 2fe572c398f8c8aa3fc8ac6c90e64b5c73ea9187 Mon Sep 17 00:00:00 2001 From: tooomm Date: Tue, 27 Jul 2021 18:42:54 +0200 Subject: [PATCH] CI: Update Xcode versions (#4403) --- .github/workflows/ci-builds.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index a29df84a..3be41d58 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -195,7 +195,7 @@ jobs: include: - target: Debug # tests only os: macos-latest - xcode: 11.7 + xcode: 12.1 type: Debug do_tests: 0 # tests do not work yet on mac make_package: false @@ -209,14 +209,14 @@ jobs: - target: 10.15_Catalina os: macos-10.15 - xcode: 11.7 + xcode: 12.1 type: Release do_tests: 0 make_package: true - target: 11.0_Big_Sur os: macos-11.0 - xcode: 12.2 + xcode: 12.5 type: Release do_tests: 0 make_package: true