Skip to content

Commit

Permalink
add matrix build for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Aug 31, 2024
1 parent 33c9231 commit 3253b18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macos_test_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: macos-latest

strategy:
matrix:
cxx: [g++-12, g++-13, g++-14, clang++-18]

steps:
- uses: actions/checkout@v3
- name: Download requirements
Expand Down

0 comments on commit 3253b18

Please sign in to comment.