@@ -35,13 +35,12 @@ jobs:
3535 - { cabal: "3.14", os: windows-latest, ghc: "9.10.2" }
3636 - { cabal: "3.14", os: windows-latest, ghc: "9.12.2" }
3737 # MacOS
38- # Fails with linker errors
39- # > ld: warning: -single_module is obsolete
40- # > <command line>: can't load framework: Security (not found)
41- # - { cabal: "3.14", os: macOS-13, ghc: "8.6.5" }
42- # - { cabal: "3.14", os: macOS-13, ghc: "8.8.4" }
43- - { cabal: "3.14", os: macOS-13, ghc: "8.10.7" }
44- - { cabal: "3.14", os: macOS-13, ghc: "9.0.2" }
38+ #
39+ # Fails with:
40+ # > <command line>: can't load framework: Security (not found)
41+ # - { cabal: "3.14", os: macOS-15-intel, ghc: "8.8.4" }
42+ - { cabal: "3.14", os: macOS-15-intel, ghc: "8.10.7" }
43+ - { cabal: "3.14", os: macOS-15-intel, ghc: "9.0.2" }
4544 - { cabal: "3.14", os: macOS-latest, ghc: "9.2.8" }
4645 - { cabal: "3.14", os: macOS-latest, ghc: "9.4.8" }
4746 - { cabal: "3.14", os: macOS-latest, ghc: "9.6.7" }
6665 name : Cache ~/.cabal/store
6766 with :
6867 path : ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
69- key : ${{ runner.os }}-${{ matrix.ghc }}---CACHE_V3
68+ key : ${{ runner.os }}-${{ matrix.ghc }}-CACHE_V4
7069 # ----------------
7170 - name : " Install PAPI"
7271 run : |
0 commit comments