Skip to content

Commit

Permalink
CI: fix OSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanG077 committed Sep 21, 2023
1 parent 61e37bc commit 8b9ec6d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
exclude:
# Some tests fail with a mysterious -11 error code.
- os: macOS
ghc: 8.10.7
ghc: 8.10

# Windows gets non-deterministically gets stuck in infinite loops
# or segfaults while running the testcase.
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: [ "8.6.5", "9.0.2", "9.6.2" ]
ghc: ["8.6.5", "9.0.2", "9.6.2"]
include:
- multiple_hidden: yes

Expand All @@ -125,7 +125,6 @@ jobs:
- ghc: 9.0.2
workaround_ghc_mmap_crash: yes


# Run steps inside the clash CI docker image
container:
image: ghcr.io/clash-lang/clash-ci-${{ matrix.ghc }}:2023-08-22
Expand Down Expand Up @@ -197,14 +196,10 @@ jobs:
export CABAL_DIR=$HOME/.cabal
cabal v2-run clash-testsuite -- -j$THREADS --hide-successes -p .SystemVerilog --no-modelsim --no-vivado
all:
name: All jobs finished
if: always()
needs: [
build_mac_windows,
build_and_test,
]
needs: [build_mac_windows, build_and_test]
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down

0 comments on commit 8b9ec6d

Please sign in to comment.