summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2021-12-02 10:27:16 +0300
committerAzat Khuzhin <azat@libevent.org>2021-12-02 10:27:16 +0300
commite1ecc6fa0d3ea1cc9d290f5b460e02d1708b0391 (patch)
tree98ef4ab9a9683fc05fe27512922cc9cec14ef0dc /.github
parent9aa4eb0991416a6b8f62c2575144102ee16df0cc (diff)
downloadlibevent-e1ecc6fa0d3ea1cc9d290f5b460e02d1708b0391.tar.gz
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverage.yml2
1 files changed, 1 insertions, 1 deletions
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