mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Fix ghc-7.10.3 build in gh-actions
ghc-7.10.3 is not supported in the latest builder, so we need an older version of ubuntu for it to work
This commit is contained in:
2
.github/workflows/build-all-versions.yml
vendored
2
.github/workflows/build-all-versions.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
|
||||
stack:
|
||||
name: stack / ghc ${{ matrix.ghc }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.ghc == '7.10.3' && 'ubuntu-2004' || 'ubuntu-latest' }}
|
||||
strategy:
|
||||
matrix:
|
||||
stack: ["latest"]
|
||||
|
||||
Reference in New Issue
Block a user