Skip to content

Commit 116d125

Browse files
committed
chore: upgrade github action runner
Signed-off-by: Nic <[email protected]>
1 parent d5dbfed commit 116d125

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/package-apisix-runtime-deb-openresty-1.21.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
strategy:
1717
matrix:
1818
platform:
19-
- runner: ubuntu-22.04
19+
- runner: ubuntu-latest
2020
arch: amd64
21-
- runner: buildjet-2vcpu-ubuntu-2204-arm
21+
- runner: ubuntu-24.04-arm
2222
arch: arm64
2323
runs-on: ${{ matrix.platform.runner }}
2424
steps:

.github/workflows/publish-deb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
platform:
19-
- runner: ubuntu-22.04
19+
- runner: ubuntu-latest
2020
arch: amd64
21-
- runner: buildjet-2vcpu-ubuntu-2204-arm
21+
- runner: ubuntu-24.04-arm
2222
arch: arm64
2323
runs-on: ${{ matrix.platform.runner }}
2424
timeout-minutes: 60

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
platform:
19-
- runner: ubuntu-22.04
19+
- runner: ubuntu-latest
2020
arch: x86_64
21-
- runner: buildjet-2vcpu-ubuntu-2204-arm
21+
- runner: ubuntu-24.04-arm
2222
arch: aarch64
2323
runs-on: ${{ matrix.platform.runner }}
2424
timeout-minutes: 180

0 commit comments

Comments
 (0)