From 2d20566da6dcd379d3e6b5deb7eac6ca88a22099 Mon Sep 17 00:00:00 2001 From: imeoer Date: Wed, 18 Jun 2025 02:15:23 +0000 Subject: [PATCH] misc: bump action runner version To fix broken CI: https://github.com/goharbor/acceleration-service/actions/runs/15722184922/job/44305142892 Signed-off-by: imeoer --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5627330..49157fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ env: jobs: build_image: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: platform: @@ -124,7 +124,7 @@ jobs: curl -f http://127.0.0.1:2077/api/v1/health release_binary: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: arch: [amd64, arm64] @@ -158,7 +158,7 @@ jobs: ${{ env.OUTPUT_DIR }} upload_binary: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: OUTPUT_DIR: ${{ github.workspace }}/out needs: [release_binary]