[gha] switch ubuntu to 18.04

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2021-05-26 13:43:24 +03:00
parent 5011ecaaa6
commit 3a53e049bd
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build-make:
name: Make with USE_UPNP=${{ matrix.with_upnp }}
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
strategy:
fail-fast: true
matrix:
@ -21,7 +21,7 @@ jobs:
run: make USE_UPNP=${{ matrix.with_upnp }} -j3
build-cmake:
name: CMake with -DWITH_UPNP=${{ matrix.with_upnp }}
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
strategy:
fail-fast: true
matrix: