diff options
| author | Andreas Källberg <anka.213@gmail.com> | 2023-09-11 13:17:19 +0200 |
|---|---|---|
| committer | Andreas Källberg <anka.213@gmail.com> | 2023-09-11 13:17:19 +0200 |
| commit | b90666455efd3b83345ad4b77eac4b64373e4c83 (patch) | |
| tree | cfd81bf79dd7d48fe59c3e2baaeb8e8ed27b7e58 /.github | |
| parent | 88db715c3d93b15341b055469f6d470de9273616 (diff) | |
Fix typo
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-all-versions.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml index eea778daa..f6f1b82a7 100644 --- a/.github/workflows/build-all-versions.yml +++ b/.github/workflows/build-all-versions.yml @@ -62,7 +62,7 @@ jobs: stack: name: stack / ghc ${{ matrix.ghc }} - runs-on: ${{ matrix.ghc == '7.10.3' && 'ubuntu-2004' || 'ubuntu-latest' }} + runs-on: ${{ matrix.ghc == '7.10.3' && 'ubuntu-20.04' || 'ubuntu-latest' }} strategy: matrix: stack: ["latest"] |
