From: Azat Khuzhin Date: Thu, 2 Dec 2021 07:27:16 +0000 (+0300) Subject: Switch coverage to ubuntu 18.04 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1ecc6fa0d3ea1cc9d290f5b460e02d1708b0391;p=libevent Switch coverage to ubuntu 18.04 It seems that there is no 16.04 image anymore, since github actions was not able to find it for 24 hours [1]. [1]: https://github.com/libevent/libevent/actions/runs/1522612189 --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 67707bbd..f23424dc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,7 +14,7 @@ on: jobs: linux: - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 if: "!contains(github.event.head_commit.message, 'ci skip')" steps: - uses: actions/checkout@v2.0.0