Merge pull request #791 from trheyi/main
Update build-linux.yml to use ubuntu-latest instead of ubuntu-22.04
This commit is contained in:
commit
d42842f3d9
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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: "ubuntu-22.04"
|
runs-on: "ubuntu-latest"
|
||||||
container:
|
container:
|
||||||
image: yaoapp/yao-build:0.10.4
|
image: yaoapp/yao-build:0.10.4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue