From 201b98667140c28602dcb162c6c616f8b5f30bfa Mon Sep 17 00:00:00 2001 From: Wim Haeck Date: Mon, 15 Jul 2024 08:22:21 -0600 Subject: [PATCH] Update ContinuousIntegration.yml --- .github/workflows/ContinuousIntegration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ContinuousIntegration.yml b/.github/workflows/ContinuousIntegration.yml index c08ad5c..b90a06a 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -16,8 +16,8 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - os: [ ubuntu-20.04, macos-11 ] - cxx: [ clang++, g++-10 ] + os: [ ubuntu-22.04, macos-12 ] + cxx: [ clang++, g++-11 ] build_type: [ Debug, Release ] steps: