diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66ac75353..a0456582b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -461,7 +461,7 @@ jobs: strategy: fail-fast: false matrix: - os: ['ubuntu-20.04'] + os: ['ubuntu-22.04'] build_type: ['Debug'] runs-on: ${{ matrix.os }} @@ -486,8 +486,8 @@ jobs: - name: CMake version run: cmake --version - - name: GCC version - run: gcc --version + - name: clang version + run: clang --version - name: Create Build Environment run: cmake -E make_directory ${{github.workspace}}/build