Commit a58d8a2
* 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 <a.pelenitsyn@gmail.com>
Co-authored-by: brandon s allbery kf8nh <allbery.b@gmail.com>
1 parent b050bdf commit a58d8a2
File tree
2 files changed
+8
-18
lines changed- .github/workflows
- cabal-testsuite/PackageTests/Manpage
2 files changed
+8
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
65 | 59 | | |
66 | 60 | | |
67 | 61 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 62 | | |
73 | | - | |
| 63 | + | |
74 | 64 | | |
75 | 65 | | |
76 | | - | |
| 66 | + | |
77 | 67 | | |
78 | 68 | | |
79 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments