File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
37
37
- os : windows-latest
38
38
release-args : " "
39
39
cache-bust : " 2024-01-20"
40
- - os : macos-latest
40
+ - os : macos-12
41
41
release-args : " "
42
42
cache-bust : " 2024-01-20"
43
- # macos-14 provides macOS/AArch64 (M1)
44
- - os : macos-14
43
+ # macos-latest provides macOS/AArch64 (M1)
44
+ - os : macos-latest
45
45
release-args : " "
46
46
cache-bust : " 2024-02-02"
47
47
steps :
67
67
run : |
68
68
set -ex
69
69
70
- if [[ "${{ matrix.os }}" == "macos-14 " ]]
70
+ if [[ "${{ matrix.os }}" == "macos-latest " ]]
71
71
then
72
- # macos-14 does not include Haskell tools as at 2024-02-02 .
72
+ # macos-latest does not include Haskell tools as at 2024-04-25 .
73
73
curl -sSL https://get.haskellstack.org/ | sh
74
74
fi
75
75
Original file line number Diff line number Diff line change 74
74
run : |
75
75
set -ex
76
76
77
+ if [[ "${{ matrix.os }}" == "macos-latest" ]]
78
+ then
79
+ # macos-latest does not include Haskell tools as at 2024-04-25.
80
+ curl -sSL https://get.haskellstack.org/ | sh
81
+ fi
82
+
77
83
if [[ "${{ matrix.extra-suffix }}" == "alpine" ]]
78
84
then
79
85
mkdir -p ~/.stack
You can’t perform that action at this time.
0 commit comments