From 6f15e12142a4c45e7152c869d41126989a7ff0fb Mon Sep 17 00:00:00 2001 From: Jan Drewniok <97012901+Drewniok@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:46:04 +0200 Subject: [PATCH] :green_heart: update workflow. (#194) * :green_heart: update workflow. * :green_heart: update workflow. * :green_heart: update workflow. --- .github/workflows/macos.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ea81e3a..bf185ec 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -36,20 +36,16 @@ jobs: build_and_test: strategy: matrix: - os: [ macos-12, macos-13, macos-14 ] - compiler: [ g++-11, g++-12, g++-13, clang++ ] + os: [ macos-13, macos-14 ] + compiler: [ g++-12, g++-13, clang++ ] build_type: [ Debug, Release ] include: - - os: macos-12 - architecture: x64 - os: macos-13 architecture: x64 - os: macos-14 architecture: arm64 - compiler: clang++ ccompiler: clang - - compiler: g++-11 - ccompiler: gcc-11 - compiler: g++-12 ccompiler: gcc-12 exclude: @@ -139,6 +135,4 @@ jobs: - name: Test working-directory: ${{github.workspace}}/build - # Execute tests defined by the CMake configuration. - # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -C ${{matrix.build_type}} --verbose -- + run: ctest -C ${{matrix.build_type}} --verbose