Skip to content

Commit

Permalink
Update both matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoskela committed Sep 13, 2024
1 parent c7f3ab9 commit 56fb2bc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,18 @@ jobs:
- "ON"
- "OFF"
exclude:
- cc: gcc-12
- os: ubuntu-22.04
cc: clang
- os: ubuntu-22.04
cxx: clang
- cc: clang
cxx: g++-12
- os: macos-14
cc: gcc-12
- os: macos-14
cxx: g++-12
- os: macos-14
omp: "ON"

- os: macos-14
mpi: "ON"
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -172,10 +174,13 @@ jobs:
- "ON"
- "OFF"
exclude:
- os: ubuntu-22.04
cc: clang
- os: ubuntu-22.04
cxx: clang
- os: macos-14
cc: gcc-12
- os: macos-14
cxx: g++-12
- os: macos-14
omp: "ON"
Expand Down

0 comments on commit 56fb2bc

Please sign in to comment.