no real need to build with more GHC versions
This commit is contained in:
parent
2ed3f68748
commit
50a3d08aa8
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -14,7 +14,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-22.04, macos-15]
|
os: [ubuntu-22.04, macos-15]
|
||||||
ghc:
|
ghc:
|
||||||
- "9.6"
|
|
||||||
- "9.12"
|
- "9.12"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue