-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
I was trying to fix a CI on macOS/stack and went here for advice, but I found that CI tests only GHC 8.10 and [email protected] which are both quite outdated now:
HsOpenSSL/.github/workflows/haskell.yml
Lines 18 to 24 in 05118c0
ghc: ["8.10.7"] | |
os: [ubuntu-latest, macos-latest, windows-latest] | |
env: | |
# OpenSSL is installed in a non-standard location in MacOS. See | |
# https://github.com/actions/virtual-environments/blob/main/images/macos/macos-latest-Readme.md | |
PKG_CONFIG_PATH: ${{ (matrix.os == 'macos-latest' && '/usr/lib/pkgconfig:/usr/local/opt/[email protected]/lib/pkgconfig') || (matrix.os == 'ubuntu-latest' && '/usr/lib/pkgconfig:/usr/local/lib/pkgconfig') || '' }} |
(My CI regression: https://github.com/hackage-trustees/hackage-cli/actions/runs/9076812522/job/24940341265#step:8:117)
Metadata
Metadata
Assignees
Labels
No labels