Skip to content

Commit 1a8cd7f

Browse files
authored
Update swift.yml
1 parent c4b407e commit 1a8cd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Xcode
3939
uses: maxim-lobanov/[email protected]
4040
with:
41-
xcode-version: "15.4"
41+
xcode-version: "15.2.0"
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)