From e1ecc6fa0d3ea1cc9d290f5b460e02d1708b0391 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Thu, 2 Dec 2021 10:27:16 +0300 Subject: [PATCH] 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 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0