Skip to content

Commit

Permalink
Update excludes to get the jobs I want
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoskela committed Sep 13, 2024
1 parent 57e731a commit c7f3ab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,15 @@ jobs:
- "ON"
- "OFF"
exclude:
- cc: gcc-12
- os: ubuntu-22.04
cxx: clang
- cc: clang
cxx: g++-12
- os: macos-14
cc: gcc-12
cxx: g++-12
- os: macos-14
omp: "ON"
- os: macos-14
mpi: "ON"
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit c7f3ab9

Please sign in to comment.