Skip to content

Commit

Permalink
CI: exclude gcc8 on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
runeksvendsen committed Jan 11, 2025
1 parent 76c027e commit b055cb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cabal-in-nix-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
ghc: ghc884
- os: macos-14
ghc: ghc865Binary
# The macOS ARM builds of GCC, as provided by nixpkgs via shell.nix, are broken for GCC < 11. So we exclude GCC 8.
- os: macos-14
cc: gcc8
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit b055cb3

Please sign in to comment.