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

CI: macOS jobs broken due to using old haskell/actions/setup action #1598

Closed
RyanGlScott opened this issue Jan 4, 2024 · 0 comments · Fixed by #1600
Closed

CI: macOS jobs broken due to using old haskell/actions/setup action #1598

RyanGlScott opened this issue Jan 4, 2024 · 0 comments · Fixed by #1600
Labels
CI Continuous integration

Comments

@RyanGlScott
Copy link
Contributor

A recent CI failure that I have observed in certain macOS jobs (example):

Warning: As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
***************************************************************************
**                                                                       **
**              This action is DEPRECATED.                               **
**                                                                       **
**              Please use haskell-actions/setup instead.                **
**                                                                       **
**              (Note the dash instead of the slash.)                    **
**                                                                       **
***************************************************************************
Preparing to setup a Haskell environment
Preparing ghc environment
Installing ghc version 9.2.8
Error: All install methods for ghc 9.2.8 failed

I suspect that this will be fixed if we switch to haskell-actions/setup, as recommended in the deprecation warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant