From 294213cc4aa7bc6bf494f14da2e8862f93d0605b Mon Sep 17 00:00:00 2001 From: huangzhangshu <109708205+JashBook@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:21:13 +0800 Subject: [PATCH] chore: release-kbcli.yml runs-on ubuntu-22.04 (#548) (cherry picked from commit f0758f5b9310b708ef4326c21641ff3bcd4f1ac1) --- .github/workflows/release-kbcli.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-kbcli.yml b/.github/workflows/release-kbcli.yml index b2915bf40..1a40bf6fc 100644 --- a/.github/workflows/release-kbcli.yml +++ b/.github/workflows/release-kbcli.yml @@ -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 @@ -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: @@ -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