Skip to content

Commit

Permalink
Use apt-get for g++13
Browse files Browse the repository at this point in the history
  • Loading branch information
gknowles committed May 16, 2024
1 parent f0bef90 commit cbd74cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- CXX=g++-10 CC=gcc-10
- CXX=g++-11 CC=gcc-11
- CXX=g++-12 CC=gcc-12
- CXX=g++-13 CC=gcc-13
- CXX=g++-13 CC=gcc-13 INSTALL_APT=13
include:
- env: CXX=g++-10 CC=gcc-10 GCOV=gcov-10 BUILD_COVERAGE=ON
image: ubuntu-22.04
Expand Down

0 comments on commit cbd74cb

Please sign in to comment.