From 9c2b5591cbe96e33d7cfeb7d38c905238b113c2d Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 30 Jun 2026 13:06:25 -0400 Subject: [PATCH] ci: Update macos-arm64 jobs to use Xcode 26.6 --- .gitlab/os-macos.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml index 25855398b2..a9d0a173b6 100644 --- a/.gitlab/os-macos.yml +++ b/.gitlab/os-macos.yml @@ -9,7 +9,7 @@ .macos_arm64: extends: .macos variables: - DEVELOPER_DIR: "/Applications/Xcode-26.5.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode-26.6.app/Contents/Developer" .macos_x86_64: extends: .macos @@ -179,7 +179,7 @@ - cmake # Since this is a bare runner, pin to a project. - macos-arm64 - shell - - xcode-26.5 + - xcode-26.6 - nonconcurrent .macos_arm64_tags_ext: @@ -187,7 +187,7 @@ - cmake # Since this is a bare runner, pin to a project. - macos-arm64 - shell - - xcode-26.5 + - xcode-26.6 - concurrent .macos_arm64_tags_package: @@ -195,7 +195,7 @@ - cmake # Since this is a bare runner, pin to a project. - macos-arm64 - shell - - xcode-26.5 + - xcode-26.6 - nonconcurrent - finder