Skip to content

Commit

Permalink
CI: reduce C compiler version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
runeksvendsen committed Jan 8, 2025
1 parent dfc0f58 commit 43d5f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cabal-in-nix-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os: [ubuntu-22.04, ubuntu-20.04, macos-13, macos-14]
ghc: [ghc7103, ghc802, ghc822, ghc844, ghc865Binary, ghc884, ghc810, ghc90, ghc92, ghc94, ghc96]
cc: [gcc8, gcc12, gcc14, clang_12, clang_16, clang_18]
cc: [gcc8, gcc14, clang_12, clang_18]
exclude:
# GHC version >= 7.10 and <= 8.4 are provided by a version of nixpkgs that is broken for macOS (cf. https://github.com/NixOS/nixpkgs/issues/104580) so we exlude these
- os: macos-13
Expand Down

0 comments on commit 43d5f85

Please sign in to comment.