Skip to content

Commit

Permalink
chore: release-kbcli.yml runs-on ubuntu-22.04 (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook authored Feb 6, 2025
1 parent 99ff4bf commit f0758f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-kbcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
gorelease-assert:
needs: [ create-release-jihulab ]
name: Upload and release kbcli
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: install lib
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

upload-release-assert:
needs: gorelease-assert
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
remove-artifact:
needs: upload-release-assert
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Remove kbcli Artifact
uses: geekyeggo/delete-artifact@v2
Expand Down

0 comments on commit f0758f5

Please sign in to comment.