summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2023-03-06 21:22:10 +0100
committerAzat Khuzhin <a3at.mail@gmail.com>2023-03-07 06:15:33 +0100
commit606056d6e736a7adc9aff07c49c1f61866a393bd (patch)
tree8c83d1cfba4d8dd25a66a91ff997aab7e519079b
parent99a4b1a7865fdfb965868901701463b1a0ee7174 (diff)
downloadlibevent-606056d6e736a7adc9aff07c49c1f61866a393bd.tar.gz
ci: switch to ubuntu 20.04
github action reports "internal error" for builds on ubuntu 18.04: linux-cmake-job (ubuntu-18.04, COMPILER_CLANG) This is a scheduled Ubuntu-18.04 brownout. The Ubuntu-18.04 environment is deprecated and will be removed on April 1st, 2023. For more details, see https://github.com/actions/runner-images/issues/6002 linux-cmake-job (ubuntu-18.04, COMPILER_CLANG) GitHub Actions has encountered an internal error when running your job.
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b031e045..747a6d2b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-18.04]
+ os: [ubuntu-20.04]
EVENT_MATRIX:
- DIST
- NONE
@@ -171,7 +171,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-18.04]
+ os: [ubuntu-20.04]
include:
# openssl 3.0
- os: ubuntu-22.04