Skip to content

Commit

Permalink
fix: smoke failed in github action (#8274)
Browse files Browse the repository at this point in the history
* add log

* fix ubuntu image version
  • Loading branch information
CurryYangxx authored Jan 6, 2025
1 parent 90bd25c commit 18072a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-recurring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
build-targets: "zip"
- os: "windows-latest"
build-targets: "portable"
- os: "ubuntu-latest"
- os: "ubuntu-22.04"
build-targets: "tar.gz"
steps:
- name: Checkout branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
jobs:
Test:
timeout-minutes: 20
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down

0 comments on commit 18072a8

Please sign in to comment.