We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed540c2 commit 52d514cCopy full SHA for 52d514c
.github/workflows/swift.yml
@@ -5,7 +5,7 @@ jobs:
5
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
6
strategy:
7
matrix:
8
- os: [macos-latest]
+ os: [macos-15]
9
swift: ["6.0.2"]
10
runs-on: ${{ matrix.os }}
11
steps:
0 commit comments