Skip to content

Commit

Permalink
💚 update workflow. (#194)
Browse files Browse the repository at this point in the history
* 💚 update workflow.

* 💚 update workflow.

* 💚 update workflow.
  • Loading branch information
Drewniok authored Jul 22, 2024
1 parent bd96178 commit 6f15e12
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 6f15e12

Please sign in to comment.