Skip to content

Commit

Permalink
Update allowed-failure for MacOS github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kquick committed Jan 27, 2021
1 parent e6d0a90 commit f188c76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/crux-llvm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
allow-failure: [false]
include:
- os: macos-latest
ghc: 8.6.5
allow-failure: true
- os: macos-latest
ghc: 8.8.4
allow-failure: true
# Windows only seems to work on 8.6.5. Others result in
# segfaults or other internal errors.
Expand Down

0 comments on commit f188c76

Please sign in to comment.