Skip to content

Commit 6a2b5a7

Browse files
committed
try to run check-sdist on the right ghcs
1 parent cc2c9d8 commit 6a2b5a7

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/check-sdist.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,17 @@ jobs:
3737
# No caching, since the point is to verify they can be installed "from scratch"
3838
# Don't run on master or a PR targeting master, because there's never an installable Cabal
3939
dogfood-sdists:
40-
name: Dogfood sdist on ${{ matrix.os }} ghc-${{ matrix.ghc }}
40+
name: Dogfood sdist on ghc-${{ matrix.ghc }}
4141
if: github.ref != 'refs/heads/master' && github.base_ref != 'master'
42-
runs-on: ${{ matrix.os }}
42+
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
45-
os: [ubuntu-latest]
4645
# this should be kept up to date with the list in validate.yml, but should be the
4746
# *first* compiler release so we validate against what is hopefully the first
4847
# release of a corresponding Cabal and friends. it can also be short since it's
4948
# highly unlikely that we are releasing really old branches.
5049
ghc:
51-
[
52-
"9.10.1",
53-
"9.8.1",
54-
"9.6.1",
55-
"9.4.1",
56-
]
50+
["9.10.1", "9.8.1", "9.6.1"]
5751

5852
steps:
5953

0 commit comments

Comments
 (0)