From a7a882582f40be4dae5e553db50a4c7c98ff5e84 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sun, 22 Jan 2023 20:42:32 +0300 Subject: [PATCH] [gha] test again with 20.04 Signed-off-by: R4SAS --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d6581504..97dd78e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: build-make: name: Make with USE_UPNP=${{ matrix.with_upnp }} - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 strategy: fail-fast: true matrix: @@ -20,7 +20,7 @@ jobs: run: make USE_UPNP=${{ matrix.with_upnp }} -j3 build-cmake: name: CMake with -DWITH_UPNP=${{ matrix.with_upnp }} - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 strategy: fail-fast: true matrix: @@ -38,7 +38,7 @@ jobs: make -j3 build-static: name: Static build with UPnP - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: install packages