Skip to content

Commit

Permalink
CI: Disable macOS crux-mir build for now
Browse files Browse the repository at this point in the history
See #1050 for the rationale.
  • Loading branch information
RyanGlScott committed Oct 12, 2022
1 parent b198ce5 commit 9041855
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/crux-mir-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ jobs:
matrix:
os: [ubuntu-22.04]
ghc: ["8.10.7", "9.0.2", "9.2.4"]
include:
- os: macos-12
ghc: 9.2.4
# include:
# Disable the macOS build for now due to
# https://github.com/GaloisInc/crucible/issues/1050
#
# - os: macos-12
# ghc: 9.2.4

# We want Windows soon, but it doesn't need to be now
name: crux-mir - GHC v${{ matrix.ghc }} - ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 9041855

Please sign in to comment.