From 886bd1ff96f45e3e717dfe9142a06587d9b74fbe Mon Sep 17 00:00:00 2001 From: Wim Haeck Date: Tue, 20 Aug 2024 10:40:14 -0600 Subject: [PATCH] Updating CI to remove failures --- .github/workflows/ContinuousIntegration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: