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: