We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759e14d commit 727e307Copy full SHA for 727e307
.github/workflows/coverage.yml
@@ -25,7 +25,7 @@ jobs:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- uses: actions/checkout@v4
27
28
- - run: sudo apt-get update && sudo apt-get install -y gcc-13 g++-13 lcov cmake git
+ - run: sudo apt-get update && sudo apt-get install -y gcc-11 g++-11 lcov cmake git
29
shell: bash
30
31
- name: Configure cmake
@@ -34,8 +34,8 @@ jobs:
34
run: cmake -B ${{github.workspace}}/build -D ENABLE_COVERAGE=ON
35
36
env:
37
- CC: gcc-13
38
- CXX: g++-13
+ CC: gcc-11
+ CXX: g++-11
39
40
- name: Build all applications
41
run: cmake --build ${{github.workspace}}/build
0 commit comments