Skip to content

Commit 8397e5e

Browse files
committed
Run max version for windows
1 parent 87c8847 commit 8397e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323
strategy:
2424
matrix:
25-
os: [ubuntu-latest, macos-latest, windows-latest]
25+
os: [ubuntu-latest, macos-latest]
2626
swift: ["5.7"]
2727
include:
2828
- os: windows-latest
29-
swift: "5.3"
29+
swift: "5.6.3"
3030
steps:
3131
- uses: actions/checkout@v3
3232
- run: npm install

0 commit comments

Comments
 (0)