From ed030b6dde052d0eab0260d4c2befd9caba7b02c Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 8 Nov 2022 23:58:56 +0000 Subject: [PATCH] Update Ubuntu on GitHub Actions to 20.04 18.04 is deprecated. --- .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 cd30b99..e2e6122 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ env: jobs: rustfmt: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 @@ -75,7 +75,7 @@ jobs: ctest linux: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3