Skip to content

Commit 5185f4b

Browse files
committed
Update CI matrix and config
1 parent 662eff2 commit 5185f4b

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- '*'
99
schedule:
10-
- cron: '0 6,18 * * *'
10+
- cron: '0 6 * * *'
1111
jobs:
1212
linux:
1313
runs-on: ubuntu-latest
@@ -37,13 +37,15 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v6
3939
- name: "Test Swift Package macOS"
40+
run: swift test
4041
windows:
4142
runs-on: windows-2022
4243
steps:
4344
- uses: compnerd/gha-setup-swift@main
4445
with:
45-
swift-version: swift-6.2-release
46-
swift-build: 6.2-RELEASE
46+
swift-version: swift-6.2.3-release
47+
swift-build: 6.2.3-RELEASE
4748
- uses: actions/checkout@v6
48-
- run: swift test
49+
- name: "Test Swift Package Windows"
50+
run: swift test
4951

0 commit comments

Comments
 (0)