Update build-linux.yml to use ubuntu-latest instead of ubuntu-22.04
This commit is contained in:
parent
b10fe0ac38
commit
d176ef904d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: "ubuntu-22.04"
|
||||
runs-on: "ubuntu-latest"
|
||||
container:
|
||||
image: yaoapp/yao-build:0.10.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue