From 99438e900ac91382b22f5510e82279eca70df48a Mon Sep 17 00:00:00 2001 From: Wim Haeck Date: Fri, 5 Jul 2024 09:41:37 -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 2c34a25..52442b1 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: