Skip to content

Commit

Permalink
👷 (tests): Use gcc/g++-10 for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Jan 7, 2022
1 parent 4d63fb7 commit e14b11f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-code_analysis-sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
make ccache_prebuild
- name: Config, build & run unit tests
env:
CC: /usr/bin/gcc-10
CXX: /usr/bin/g++-10
run: |
make config_unit_tests
make unit_tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-unit_tests-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
runs-on: ubuntu-latest

env:
CC: /usr/bin/gcc
CXX: /usr/bin/g++
CC: /usr/bin/gcc-10
CXX: /usr/bin/g++-10

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e14b11f

Please sign in to comment.