no-bug: Start making use of blacksmith macos runners for release (gh-13350)

This commit is contained in:
mr. m
2026-04-21 22:28:15 +02:00
committed by GitHub
parent c2d45162e0
commit 3b8e6f4718
10 changed files with 39 additions and 43 deletions

View File

@@ -26,7 +26,7 @@ on:
jobs:
mac-build:
name: Build macOS - ${{ matrix.arch }}
runs-on: macos-26
runs-on: ${{ (inputs.release-branch == 'release' && matrix.arch == 'aarch64') && 'blacksmith-6vcpu-macos-latest' || 'macos-26' }}
strategy:
fail-fast: false