Skip to content

Commit

Permalink
Merge pull request #791 from trheyi/main
Browse files Browse the repository at this point in the history
Update build-linux.yml to use ubuntu-latest instead of ubuntu-22.04
  • Loading branch information
trheyi authored Nov 29, 2024
2 parents e5b7d0f + d176ef9 commit d42842f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-latest"
container:
image: yaoapp/yao-build:0.10.4

Expand Down

0 comments on commit d42842f

Please sign in to comment.