Skip to content

Commit 7cecbec

Browse files
committed
CI: use ghc 9.2.2 for macos
1 parent 6519b82 commit 7cecbec

File tree

2 files changed

+5
-296
lines changed

2 files changed

+5
-296
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ jobs:
1919
matrix:
2020
include:
2121
- os: "windows-latest"
22+
ghc-version: "9.2.1"
2223
- os: "ubuntu-latest"
24+
ghc-version: "9.2.2"
2325
- os: "macos-latest"
26+
ghc-version: "9.2.2"
2427

2528
runs-on: ${{ matrix.os }}
2629

@@ -31,7 +34,7 @@ jobs:
3134
uses: haskell/actions/setup@v1
3235
id: setup-haskell
3336
with:
34-
ghc-version: '9.2.1'
37+
ghc-version: ${{ matrix.ghc-version }}
3538
cabal-version: '3.6.2.0'
3639

3740
- name: Set PATH for cabal-installed executables
@@ -47,6 +50,7 @@ jobs:
4750
# an executable that is already present (because of caching)
4851
run: |
4952
cabal update
53+
cabal freeze
5054
cabal user-config update -f -a "overwrite-policy: always"
5155
cabal user-config update -f -a "install-method: copy"
5256
cabal user-config update -f -a "split-sections: True"

cabal.project.freeze

Lines changed: 0 additions & 295 deletions
This file was deleted.

0 commit comments

Comments
 (0)