Skip to content

Commit a217979

Browse files
authored
Revert linux in CI
1 parent ee919a2 commit a217979

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
format: lcov
3535
search-paths: ./.build
36+
ignore-conversion-failures: true
3637
env:
3738
DEVELOPER_DIR: ${{ env.CI_XCODE }}
3839
- name: Upload coverage to Codecov
@@ -51,7 +52,7 @@ jobs:
5152
- uses: actions/checkout@v4
5253
- uses: sersoft-gmbh/SwiftyActions@v3
5354
with:
54-
release-version: "6"
55+
release-version: "5"
5556
github-token: ${{ secrets.GITHUB_TOKEN }}
5657
- name: Build and Test
5758
run: set -o pipefail && env NSUnbufferedIO=YES swift test --enable-test-discovery --enable-code-coverage

0 commit comments

Comments
 (0)