Skip to content

Commit dc442fd

Browse files
authored
Update swift.yml
1 parent 92a3cf4 commit dc442fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: swift-actions/setup-swift@v1
1919
with:
20-
swift-version: "5.8.1"
20+
swift-version: "5.10.0"
2121

2222
- name: Setup secrets.json
2323
run: |
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Xcode
3939
uses: maxim-lobanov/setup-xcode@v1.4.0
4040
with:
41-
xcode-version: "15.0"
41+
xcode-version: "15.4"
4242

4343
- name: Gather code coverage
4444
run: xcrun llvm-cov export -format="lcov" .build/debug/SQLiteCloudPackageTests.xctest/Contents/MacOS/SQLiteCloudPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov

0 commit comments

Comments
 (0)