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.
2 parents 3ad0139 + b0a08ee commit de38cc8Copy full SHA for de38cc8
.github/workflows/swift.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
- uses: swift-actions/setup-swift@v1
19
with:
20
- swift-version: "5.8.1"
+ swift-version: "5"
21
22
- name: Setup secrets.json
23
run: |
@@ -38,7 +38,7 @@ jobs:
38
- name: Setup Xcode
39
uses: maxim-lobanov/setup-xcode@v1.4.0
40
41
- xcode-version: "15.0"
+ xcode-version: "15.4"
42
43
- name: Gather code coverage
44
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