From f26cfcde2e94909a1a083848cdfc307f56a29df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 5 Sep 2023 10:12:24 +0200 Subject: [PATCH] package/ci: use Xcode 12. --- package/ci/circleci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 51bcb3c..213db7b 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -15,10 +15,10 @@ executors: ubuntu-18_04: docker: - image: ubuntu:bionic-20220427 - # Anything below 11.7 is deprecated as of June 6th 2022 - xcode-11_7: + # Anything below 12.5.1 is deprecated as of August 2023 + xcode-12_5: macos: - xcode: 11.7.0 + xcode: 12.5.1 commands: install-base-linux: @@ -316,7 +316,7 @@ jobs: - lcov macos-gl: - executor: xcode-11_7 + executor: xcode-12_5 environment: CMAKE_CXX_FLAGS: --coverage PLATFORM_GL_API: CGL @@ -329,7 +329,7 @@ jobs: - lcov macos-gles3: - executor: xcode-11_7 + executor: xcode-12_5 environment: CMAKE_CXX_FLAGS: --coverage PLATFORM_GL_API: EGL @@ -346,7 +346,7 @@ jobs: - lcov macos-static: - executor: xcode-11_7 + executor: xcode-12_5 environment: # STUPID yml interprets unquoted ON as a boolean BUILD_STATIC: "ON"