ci(actions): use ubuntu 20.04

This commit is contained in:
Bobby 2022-03-03 18:03:32 +07:00
parent 027cb54223
commit 356d4c44a1
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09

View File

@ -13,7 +13,7 @@ on:
jobs:
build:
name: Rebuild client assets and bump v1 version string
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2