Skip to content

Commit 40fa96f

Browse files
committed
reenable macos ci
1 parent ac3e713 commit 40fa96f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
ghc: ['9.0.2', '9.2.8', '9.4.8', '9.6.7', '9.8.4', '9.10.3']
17-
cabal: ['3.10.2.0', '3.12.1.0', '3.14.2.0', '3.16.1.0']
18-
os: ['ubuntu-latest'] #, 'macos-latest']
16+
ghc: ['9.0.2'] #['9.0.2', '9.2.8', '9.4.8', '9.6.7', '9.8.4', '9.10.3']
17+
cabal: ['3.16.1.0'] #['3.10.2.0', '3.12.1.0', '3.14.2.0', '3.16.1.0']
18+
os: ['macos-latest'] #['ubuntu-latest', 'macos-latest']
1919
runs-on: ${{ matrix.os }}
2020
name: platform ${{ matrix.os }} GHC ${{ matrix.ghc }} cabal ${{ matrix.cabal }}
2121
steps:
@@ -36,6 +36,9 @@ jobs:
3636
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}
3737
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
3838

39+
- name: Setup upterm session
40+
uses: owenthereal/action-upterm@v1
41+
3942
- name: Build dependencies
4043
run: cabal build --only-dependencies
4144

@@ -49,7 +52,6 @@ jobs:
4952
run: cabal test --index-state HEAD
5053

5154
- name: Test on oldest dependencies
52-
if: matrix.cabal == '3.10.1.0'
5355
run: cabal test --prefer-oldest
5456

5557
format:

0 commit comments

Comments
 (0)