ci: Use macOS 26 runner for Intel build

This commit is contained in:
OpenSauce04 2026-03-02 22:29:27 +00:00 committed by OpenSauce
parent 068d6598bc
commit a0ab331928

View file

@ -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: