Skip to content

Commit

Permalink
CI: use ubuntu-latest
Browse files Browse the repository at this point in the history
ubuntu-latest is 20.04 now, so there's no need to specify the
version anymore.
  • Loading branch information
tbm committed Apr 14, 2021
1 parent ffb9cdd commit 23289de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-20.04
- ubuntu-latest
- windows-latest
beancount:
- "beancount>=2.3.3"
Expand All @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- if: matrix.os == 'ubuntu-20.04'
- if: matrix.os == 'ubuntu-latest'
run: sudo apt install hledger ledger
- if: matrix.os == 'macos-latest'
run: brew install coreutils hledger ledger
Expand Down

0 comments on commit 23289de

Please sign in to comment.