Skip to content

Commit

Permalink
Only test with gcc14
Browse files Browse the repository at this point in the history
  • Loading branch information
runeksvendsen committed Jan 6, 2025
1 parent b8a0975 commit 53f8ead
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: [gcc14]
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 53f8ead

Please sign in to comment.