You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: force MacOS jobs to use Intel runners (macos-13) (backport #9949) (#9956)
* CI: force MacOS jobs to use Intel runners (`macos-13`)
GitHub just switched macos-latest to the ARM chips (now alisasing
`macos-14`), and it brings a bunch of problems.
- First of all, GHC's 8.8 and 8.6 don't exist there.
- ghcup and llvm are unavailable
For the time being, lets stay on the previous version of the runner.
(cherry picked from commit d36e0d0)
* CI: GitHub MacOS runners lost ghcup since 2024-04-27, so use haskell-action/setup instead
(cherry picked from commit 082d952)
* fixup! more compat with new macos runners
(cherry picked from commit 326a1f6)
* !fixup resolve conflicts
* copy an import list from #9551
because `System.Process.Internals` just (like, within the past
hour or so) started exporting a name we are using.
---------
Co-authored-by: Artem Pelenitsyn <[email protected]>
Co-authored-by: brandon s allbery kf8nh <[email protected]>
0 commit comments