We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9c72f commit 27fd7c4Copy full SHA for 27fd7c4
.github/workflows/swift.yml
@@ -32,7 +32,7 @@ jobs:
32
if: github.repository_owner == 'github'
33
strategy:
34
matrix:
35
- runner: [ubuntu-latest, macos-13-xlarge]
+ runner: [ubuntu-latest, macos-15-xlarge]
36
fail-fast: false
37
runs-on: ${{ matrix.runner }}
38
steps:
0 commit comments