fix: change running host >= 20.04

https://github.com/actions/runner-images/issues/6002
This commit is contained in:
Kingtous
2023-04-03 20:22:17 +08:00
parent 2437b9e851
commit eb79ce7a32
2 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ jobs:
job:
- {
target: x86_64-unknown-linux-gnu,
os: ubuntu-18.04,
os: ubuntu-20.04,
extra-build-args: "",
}
steps: