1
0
mirror of https://github.com/PurpleI2P/i2pd-qt.git synced 2025-02-03 18:24:19 +00:00

[gha] switch to ubuntu-18.04

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2021-08-23 20:19:16 +03:00
parent 4928975d3c
commit f8fa10736c
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build_qt:
name: With QT GUI
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with: