From 23289de340c4aab1d273457e6eed8b0f369cb223 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Wed, 14 Apr 2021 13:43:02 +0800 Subject: [PATCH] CI: use ubuntu-latest ubuntu-latest is 20.04 now, so there's no need to specify the version anymore. --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a4e1ba3c..7c859c8e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: matrix: os: - macos-latest - - ubuntu-20.04 + - ubuntu-latest - windows-latest beancount: - "beancount>=2.3.3" @@ -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