Skip to content

Commit

Permalink
Fix clang++ in other places
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoskela committed Sep 13, 2024
1 parent de8c6d7 commit ccc281f
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 @@ -53,7 +53,7 @@ jobs:
- os: ubuntu-22.04
cc: clang
- os: ubuntu-22.04
cxx: clang
cxx: clang++
- os: macos-14
cc: gcc-12
- os: macos-14
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- clang
cxx:
- g++-12
- clang
- clang++
mpi:
- "ON"
- "OFF"
Expand All @@ -177,7 +177,7 @@ jobs:
- os: ubuntu-22.04
cc: clang
- os: ubuntu-22.04
cxx: clang
cxx: clang++
- os: macos-14
cc: gcc-12
- os: macos-14
Expand Down

0 comments on commit ccc281f

Please sign in to comment.