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 3396d2c commit 21bb733Copy full SHA for 21bb733
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ${{ matrix.os }}
27
strategy:
28
matrix:
29
- os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest]
+ os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
30
swift: ["6.1"]
31
steps:
32
- uses: actions/checkout@v4
0 commit comments