chore: Update workflows to use macos 26 SDK, b=no-bug, c=workflows

This commit is contained in:
mr. m
2025-10-11 17:56:04 +02:00
parent ec009f1a8c
commit bedca8087e
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ on:
jobs:
mac-build:
name: Build macOS - ${{ matrix.arch }}
runs-on: macos-15
runs-on: macos-26
strategy:
fail-fast: false

View File

@@ -15,7 +15,7 @@ on:
jobs:
mac-build:
name: Unify macOS (Universal)
runs-on: 'macos-15'
runs-on: 'macos-26'
strategy:
fail-fast: false