From d313e00be3a9be10068de8b6b6d2863bf66f89ba Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 27 Dec 2021 17:46:00 +0100 Subject: [PATCH] CI: upgrade to macos-12-xcode-13 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6af9dd04c..62601ceaf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,7 +111,7 @@ portable-source: metrics: metrics.txt except: - tags - image: macos-11-xcode-12 + image: macos-12-xcode-13 # Most submitters don't have access to the macOS runners, and if they try # to run macOS pipeline jobs, the jobs will hang forever. This variable is # only set on repos that have access to macOS runners, in GitLab repo @@ -1166,7 +1166,7 @@ macos-autotools-test: artifacts: true tags: - shared-macos-amd64 - image: macos-11-xcode-12 + image: macos-12-xcode-13 # Most submitters don't have access to the macOS runners, and if they try # to run macOS pipeline jobs, the jobs will hang forever. This variable is # only set on repos that have access to macOS runners, in GitLab repo @@ -1276,7 +1276,7 @@ macos-cmake-test: artifacts: true tags: - shared-macos-amd64 - image: macos-11-xcode-12 + image: macos-12-xcode-13 # Most submitters don't have access to the macOS runners, and if they try # to run macOS pipeline jobs, the jobs will hang forever. This variable is # only set on repos that have access to macOS runners, in GitLab repo -- 2.40.0