Skip to content

Commit

Permalink
Revert linux in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Dec 25, 2024
1 parent ee919a2 commit a217979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
format: lcov
search-paths: ./.build
ignore-conversion-failures: true
env:
DEVELOPER_DIR: ${{ env.CI_XCODE }}
- name: Upload coverage to Codecov
Expand All @@ -51,7 +52,7 @@ jobs:
- uses: actions/checkout@v4
- uses: sersoft-gmbh/SwiftyActions@v3
with:
release-version: "6"
release-version: "5"
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Test
run: set -o pipefail && env NSUnbufferedIO=YES swift test --enable-test-discovery --enable-code-coverage
Expand Down

0 comments on commit a217979

Please sign in to comment.