Skip to content

Commit d1265dc

Browse files
committed
Bump CI for macos-14 becoming macos-latest
1 parent 5b3b619 commit d1265dc

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/integration-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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:
@@ -67,9 +67,9 @@ jobs:
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

.github/workflows/unit-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ jobs:
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

0 commit comments

Comments
 (0)