From e872fd214ec67195d84a4f286b0efa25c132caf4 Mon Sep 17 00:00:00 2001 From: Benjamin Schwendinger Date: Sat, 25 Jul 2026 13:48:08 +0200 Subject: [PATCH] update runner macosx version --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c5ccef83..42ed63a68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -334,7 +334,7 @@ test-win-old: ## R-release on MacOS test-mac-rel: <<: *test-mac - image: macos-14-xcode-15 + image: macos-15-xcode-16 variables: R_VERSION: "$R_REL_VERSION" R_BIN: "$R_REL_MAC_BIN" @@ -342,7 +342,7 @@ test-mac-rel: ## R-oldrel on MacOS test-mac-old: <<: *test-mac - image: macos-14-xcode-15 + image: macos-15-xcode-16 variables: R_VERSION: "$R_OLD_VERSION" R_BIN: "$R_OLD_MAC_BIN"