We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb9d8e commit 0bd1bbdCopy full SHA for 0bd1bbd
1 file changed
.github/workflows/swift.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
strategy:
15
matrix:
16
- os: [macos-14, ubuntu-latest]
+ os: [macos-15, ubuntu-latest, windows-latest]
17
18
runs-on: ${{ matrix.os }}
19
0 commit comments