From a0ab331928abae72f8790522d5369a87b2519244 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Mon, 2 Mar 2026 22:29:27 +0000 Subject: [PATCH] ci: Use macOS 26 runner for Intel build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1fdd627e6..290cc938e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: path: artifacts/ macos: - runs-on: ${{ (matrix.target == 'x86_64' && 'macos-15-intel') || 'macos-26' }} + runs-on: ${{ (matrix.target == 'x86_64' && 'macos-26-intel') || 'macos-26' }} strategy: fail-fast: false matrix: