Skip to content

Commit

Permalink
[CI] Omit macos-12/clang/MPI/Release action combo for illegal inst issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Luohaothu committed Oct 22, 2023
1 parent c43a230 commit 36a78e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
compiler: [clang, gcc]
mpi: [ON, OFF]
mode: [Debug, Release]
exclude :
- os: macos-12
compiler: clang
mpi: ON
mode: Release # clang tends to emit illegal inst for macOS with MPI on release mode (-O3)
if: "!contains(github.event.head_commit.message, 'skip build')"
steps:
- name: Checkout
Expand Down

0 comments on commit 36a78e8

Please sign in to comment.