Skip to content

Commit 727e307

Browse files
committed
Switch to 11 for cov.
1 parent 759e14d commit 727e307

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@v4
2727

28-
- run: sudo apt-get update && sudo apt-get install -y gcc-13 g++-13 lcov cmake git
28+
- run: sudo apt-get update && sudo apt-get install -y gcc-11 g++-11 lcov cmake git
2929
shell: bash
3030

3131
- name: Configure cmake
@@ -34,8 +34,8 @@ jobs:
3434
run: cmake -B ${{github.workspace}}/build -D ENABLE_COVERAGE=ON
3535
shell: bash
3636
env:
37-
CC: gcc-13
38-
CXX: g++-13
37+
CC: gcc-11
38+
CXX: g++-11
3939

4040
- name: Build all applications
4141
run: cmake --build ${{github.workspace}}/build

0 commit comments

Comments
 (0)