Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop llvm cov
Browse files Browse the repository at this point in the history
alugowski authored Feb 7, 2024
1 parent 46e52dd commit bcf8ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
- os: ubuntu-20.04
llvm-version: "8"
description: "LLVM 8"
gcov_executable: "llvm-cov gcov"
# gcov_executable: "llvm-cov gcov"

- os: ubuntu-20.04
gcc-version: "8"
@@ -41,7 +41,7 @@ jobs:
description: "GCC 13"

- os: macos-latest
gcov_executable: "xcrun llvm-cov gcov"
# gcov_executable: "xcrun llvm-cov gcov"

steps:
- uses: actions/checkout@v4

0 comments on commit bcf8ba9

Please sign in to comment.