From 765f66d856d338249b0a1570e73680287e9cc67e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 8 Feb 2021 13:38:52 +0530 Subject: [PATCH] Use ubuntu-latest since now it is 20.04 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a742c29ac..c6388ac2c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Checkout source code uses: actions/checkout@master @@ -33,7 +33,7 @@ jobs: archtest: name: Test on Arch - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest container: image: 'archlinux/base:latest' env: