Skip to content

Commit

Permalink
Use g++-10 with Cpp-23 on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
asuessenbach committed Jul 16, 2024
1 parent e3b0737 commit 58e6ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
done
done
- name: Loop over build_types (Debug, Release) with cpp_standard 23 for g++-11 and above only
- name: Loop over build_types (Debug, Release) with cpp_standard 23 for g++-10 and above only
run: |
if [ ${{matrix.compiler}} == g++-11 ] || [ ${{matrix.compiler}} == g++-12 ] || [ ${{matrix.compiler}} == g++-13 ]
if [ ${{matrix.compiler}} == g++-10 ] || [ ${{matrix.compiler}} == g++-11 ] || [ ${{matrix.compiler}} == g++-12 ]
then
cpp_standard=23
for build_type in Debug Release
Expand Down

0 comments on commit 58e6ecc

Please sign in to comment.