From da9540e4149e66160c913a3981bc9ee6def3a549 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Mon, 27 Jul 2020 22:54:18 +0300 Subject: [PATCH] CI: Update image to Ubuntu 18.04 Bump the version of the Ubuntu image used for CI builds to 18.04, which is the previous-to-last LTS version currently available, and the oldest system where building libwpe is currently supported. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aed888ba..80cdc846 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: [push] jobs: build: - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 steps: - name: Checkout uses: actions/checkout@v2