Change Ubuntu version

This commit is contained in:
Iaroslav Postovalov 2020-10-14 23:27:59 +07:00
parent 6f3deb6a24
commit 5460d00f8f
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -4,7 +4,7 @@ on: [ push ]
jobs:
build-ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2