From 014e55d7387a058a0c081c1bd5215a6310afe2cc Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 17 Nov 2024 21:29:14 +0100 Subject: [PATCH] Upgrade macos apple silicon CI image --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 717bef1b..dd53b141 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -266,12 +266,9 @@ build-macos: build-macos-as: extends: build-macos - image: ghcr.io/cirruslabs/macos-ventura-xcode:14.3 + image: ghcr.io/cirruslabs/macos-sequoia-xcode:16.1 tags: [macos-tart] before_script: - # The following update-reset is a workaround for this issue: https://github.com/Homebrew/homebrew-bundle/issues/1179 - - brew update-reset - - brew upgrade - brew bundle --file .ci/macos/Brewfile ### CMake 3.29 issue with re2 workaround. - brew uninstall cmake