Skip to content

Commit 4063a98

Browse files
committed
remove matrix-related complications
1 parent f873af0 commit 4063a98

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,7 @@ jobs:
6767
# dependencies.
6868
cabal:
6969
name: newest
70-
runs-on: ${{ matrix.os }}
71-
strategy:
72-
matrix:
73-
include:
74-
- ghc-version: '9.8.1'
75-
os: ubuntu-latest
70+
runs-on: ubuntu-latest
7671

7772
steps:
7873
- uses: actions/checkout@v2
@@ -81,8 +76,8 @@ jobs:
8176
id: setup-haskell-cabal
8277
name: Setup Cabal
8378
with:
84-
ghc-version: ${{ matrix.ghc }}
85-
cabal-version: ${{ matrix.cabal }}
79+
ghc-version: '9.8.1'
80+
cabal-version: latest
8681

8782
# This freeze file is regenerated on every build, so we will always test
8883
# with the most recent version of our dependencies allowed by our upper

0 commit comments

Comments
 (0)