From 8e60a35a9cc8ef70283b4ab2037720af2c0d3f98 Mon Sep 17 00:00:00 2001 From: Wim Haeck Date: Tue, 11 Jun 2024 09:21:59 -0600 Subject: [PATCH] Update CI --- .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 390ffa9..c8ec8ce 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ ubuntu-20.04, macos-11 ] - cxx: [ clang++, g++-9 ] + cxx: [ clang++, g++-10 ] build_type: [ Debug, Release ] steps: @@ -25,7 +25,7 @@ jobs: run: | which ${{matrix.cxx}} ${{matrix.cxx}} --version - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: mkdir bin run: mkdir bin - name: cmake