diff --git a/.github/workflows/package-apisix-runtime-deb-openresty-1.21.yml b/.github/workflows/package-apisix-runtime-deb-openresty-1.21.yml index e140ab2c0..99e08b017 100644 --- a/.github/workflows/package-apisix-runtime-deb-openresty-1.21.yml +++ b/.github/workflows/package-apisix-runtime-deb-openresty-1.21.yml @@ -16,9 +16,9 @@ jobs: strategy: matrix: platform: - - runner: ubuntu-22.04 + - runner: ubuntu-latest arch: amd64 - - runner: buildjet-2vcpu-ubuntu-2204-arm + - runner: ubuntu-24.04-arm arch: arm64 runs-on: ${{ matrix.platform.runner }} steps: diff --git a/.github/workflows/publish-deb.yml b/.github/workflows/publish-deb.yml index 56921f68b..adf0221c1 100644 --- a/.github/workflows/publish-deb.yml +++ b/.github/workflows/publish-deb.yml @@ -16,9 +16,9 @@ jobs: fail-fast: false matrix: platform: - - runner: ubuntu-22.04 + - runner: ubuntu-latest arch: amd64 - - runner: buildjet-2vcpu-ubuntu-2204-arm + - runner: ubuntu-24.04-arm arch: arm64 runs-on: ${{ matrix.platform.runner }} timeout-minutes: 60 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8038b39f9..6ddcc60b7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,9 +16,9 @@ jobs: fail-fast: false matrix: platform: - - runner: ubuntu-22.04 + - runner: ubuntu-latest arch: x86_64 - - runner: buildjet-2vcpu-ubuntu-2204-arm + - runner: ubuntu-24.04-arm arch: aarch64 runs-on: ${{ matrix.platform.runner }} timeout-minutes: 180