Skip to content

Commit fbd00da

Browse files
committed
Update CI
* MacOS 13 imsage are not longer available https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ So switch to macOS-15-intel * Bust CI cache. There are some problems with GHC-9.0. Something happened and linker fails with weird errors.
1 parent f5833e5 commit fbd00da

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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" }
@@ -66,7 +65,7 @@ jobs:
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

Comments
 (0)