Skip to content

Commit 743901c

Browse files
committed
Use gcov-13 with gcc on CI
1 parent d16743c commit 743901c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
include:
4545
# Inject GCOV variable for gcc
4646
- compiler: gcc
47-
GCOV: gcov
47+
GCOV: gcov-13
4848
# Inject GCOV variable for llvm
4949
- compiler: llvm
5050
GCOV: "llvm-cov gcov"
@@ -53,7 +53,7 @@ jobs:
5353
- os: ubuntu-22.04
5454
compiler: gcc
5555
CMAKE_GENERATOR: "Ninja"
56-
GCOV: gcov
56+
GCOV: gcov-13
5757

5858
- os: windows-2022
5959
compiler: msvc

0 commit comments

Comments
 (0)