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:
3737 - os : windows-latest
3838 release-args : " "
3939 cache-bust : " 2024-01-20"
40- - os : macos-latest
40+ - os : macos-12
4141 release-args : " "
4242 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
4545 release-args : " "
4646 cache-bust : " 2024-02-02"
4747 steps :
6767 run : |
6868 set -ex
6969
70- if [[ "${{ matrix.os }}" == "macos-14 " ]]
70+ if [[ "${{ matrix.os }}" == "macos-latest " ]]
7171 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 .
7373 curl -sSL https://get.haskellstack.org/ | sh
7474 fi
7575
Original file line number Diff line number Diff line change 7474 run : |
7575 set -ex
7676
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+
7783 if [[ "${{ matrix.extra-suffix }}" == "alpine" ]]
7884 then
7985 mkdir -p ~/.stack
You can’t perform that action at this time.
0 commit comments