Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop old MacOS jobs #319

Merged
merged 6 commits into from
May 1, 2024
Merged

Drop old MacOS jobs #319

merged 6 commits into from
May 1, 2024

Conversation

Bodigrim
Copy link
Contributor

Drop old MacOS jobs: there are no bindists of old GHCs for aarch64, which macos-latest now refers to.

We could potentially stick to macos-13 instead, but whatever, I don't really care that much about old GHCs.

@Bodigrim Bodigrim requested a review from hasufell April 30, 2024 22:05
@Bodigrim
Copy link
Contributor Author

Oh well, there is no preinstalled ghcup on macos-latest runners. Shall we use haskell-actions/setup?

@hasufell
Copy link
Member

I'm not a fan of the action. We can just do:

curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 BOOTSTRAP_HASKELL_GHC_VERSION=${{ matrix.ghc }} BOOTSTRAP_HASKELL_ADJUST_BASHRC=yes sh
. ~/.ghcup/env
# install/build

@hasufell hasufell merged commit a64ce6d into master May 1, 2024
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants