diff --git a/.github/workflows/ContinuousIntegration.yml b/.github/workflows/ContinuousIntegration.yml index 52442b1..4d308ba 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04, macos-12 ] - cxx: [ clang++, g++-11 ] + cxx: [ clang++, g++-12 ] build_type: [ Debug, Release ] steps: