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.
1 parent 92a3cf4 commit dc442fdCopy full SHA for dc442fd
.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.10.0"
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