Swift: Update macOS runner

This commit is contained in:
Jeroen Ketema
2025-05-26 10:03:43 +02:00
parent bb9c72f889
commit 27fd7c48fa

View File

@@ -32,7 +32,7 @@ jobs:
if: github.repository_owner == 'github'
strategy:
matrix:
runner: [ubuntu-latest, macos-13-xlarge]
runner: [ubuntu-latest, macos-15-xlarge]
fail-fast: false
runs-on: ${{ matrix.runner }}
steps: