File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -28,23 +28,17 @@ jobs:
2828 # No caching, since the point is to verify they can be installed "from scratch"
2929 # Don't run on master or a PR targeting master, because there's never an installable Cabal
3030 dogfood-sdists :
31- name : Dogfood sdist on ${{ matrix.os }} ghc-${{ matrix.ghc }}
31+ name : Dogfood sdist on ghc-${{ matrix.ghc }}
3232 if : github.ref != 'refs/heads/master' && github.base_ref != 'master'
33- runs-on : ${{ matrix.os }}
33+ runs-on : ubuntu-latest
3434 strategy :
3535 matrix :
36- os : [ubuntu-latest]
3736 # this should be kept up to date with the list in validate.yml, but should be the
3837 # *first* compiler release so we validate against what is hopefully the first
3938 # release of a corresponding Cabal and friends. it can also be short since it's
4039 # highly unlikely that we are releasing really old branches.
4140 ghc :
42- [
43- " 9.10.1" ,
44- " 9.8.1" ,
45- " 9.6.1" ,
46- " 9.4.1" ,
47- ]
41+ ["9.10.1", "9.8.1", "9.6.1"]
4842
4943 steps :
5044
You can’t perform that action at this time.
0 commit comments