Commit d871c1e
* 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)
# Conflicts:
# .github/workflows/validate.yml
* 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 56fb1dc commit d871c1e
File tree
4 files changed
+12
-19
lines changed- .github/workflows
- cabal-testsuite
- PackageTests/Manpage
- src/Test/Cabal
4 files changed
+12
-19
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 | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
0 commit comments