Skip to content

Commit 49f830a

Browse files
committed
Move lcov test to gcc-13 to match tooling.
1 parent 4018091 commit 49f830a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@ jobs:
4141
options: "--enable-isystem"
4242

4343
- image: ubuntu-24.04
44-
config: "debug"
45-
link: "static"
44+
config: "release"
45+
link: "dynamic"
4646
cc: "clang-18"
4747
cxx: "clang++-18"
48-
flags: "--coverage -fprofile-update=atomic"
49-
coverage: "lcov"
48+
flags: ""
49+
coverage: ""
5050
boost: "--build-boost"
5151
secp256k1: "--build-secp256k1"
5252
options: "--enable-isystem"
5353

5454
- image: ubuntu-24.04
55-
config: "release"
56-
link: "dynamic"
55+
config: "debug"
56+
link: "static"
5757
cc: "gcc-13"
5858
cxx: "g++-13"
59-
flags: ""
60-
coverage: ""
59+
flags: "--coverage -fprofile-update=atomic"
60+
coverage: "lcov"
6161
boost: "--build-boost"
6262
secp256k1: "--build-secp256k1"
6363
options: "--enable-isystem"

0 commit comments

Comments
 (0)