From 068fec0d5f70431830019e4d927e28103d60efd7 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Fri, 3 Oct 2025 18:06:42 +0100 Subject: [PATCH] ci: Updated ARM64 and universal macOS runners to macOS 26 Tahoe --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e38a07337..0d02dd2f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: name: ${{ env.OS }}-${{ env.TARGET }} path: artifacts/ macos: - runs-on: ${{ (matrix.target == 'x86_64' && 'macos-15-intel') || 'macos-15' }} + runs-on: ${{ (matrix.target == 'x86_64' && 'macos-15-intel') || 'macos-26' }} strategy: fail-fast: false matrix: @@ -103,7 +103,7 @@ jobs: name: ${{ env.OS }}-${{ env.TARGET }} path: artifacts/ macos-universal: - runs-on: macos-15 + runs-on: macos-26 needs: macos env: OS: macos