Browse Source

[gha] switch to ubuntu-18.04

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/51/head
R4SAS 3 years ago
parent
commit
f8fa10736c
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -5,7 +5,7 @@ on: [push, pull_request] @@ -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:

Loading…
Cancel
Save