From c0fbc15a211ac28923ac1dbc03dae1e5a0fa31d7 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 23 Jun 2026 18:32:18 +0100 Subject: [PATCH] ci: Use macOS 26 Tahoe with apple-clang 21 --- .github/scripts/strategy-matrix/macos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/strategy-matrix/macos.json b/.github/scripts/strategy-matrix/macos.json index 66d7a55a43..2d3cc75c7b 100644 --- a/.github/scripts/strategy-matrix/macos.json +++ b/.github/scripts/strategy-matrix/macos.json @@ -1,6 +1,6 @@ { "platform": "macos/arm64", - "runner": ["self-hosted", "macOS", "ARM64", "mac-runner-m1"], + "runner": ["self-hosted", "macOS", "ARM64", "macos-26-apple-clang-21"], "configs": [ { "build_type": "Release",