Skip to content

Commit

Permalink
CI: Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Sep 10, 2023
1 parent c3c8c07 commit 606e766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- if: matrix.os == 'ubuntu-latest'
- if: matrix.os == 'ubuntu-20.04'
uses: actions/cache@v3
name: Cache ~/.stack
with:
Expand All @@ -36,7 +36,7 @@ jobs:
cabal:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 606e766

Please sign in to comment.