ci: use ubuntu-22.04 for github actions

This commit is contained in:
Bobby 2023-04-23 08:55:36 +07:00
parent a9f0c0ab9b
commit 30fad01c47
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09

View File

@ -16,7 +16,7 @@ env:
jobs: jobs:
build: build:
name: Rebuild client assets and bump v1 version string name: Rebuild client assets and bump v1 version string
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3