This commit is contained in:
Victor Zverovich 2021-06-03 08:28:02 -07:00
parent 11addaa16e
commit 1085cc2178
2 changed files with 2 additions and 2 deletions

View File

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