Skip to content

Commit 73439ca

Browse files
committed
ci: update arm64 runner to ubuntu-24.04-arm64
This commit updates the Github actions runner for tests on arm64 from `ubuntu-22.04-arm64` (kernel v6.5) to `ubuntu-24.04-arm64` (kernel v6.8). Signed-off-by: Simone Magnani <simone.magnani@isovalent.com>
1 parent 9895aae commit 73439ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151

152152
test-on-arm64:
153153
name: Run tests on arm64
154-
runs-on: ubuntu-22.04-arm64
154+
runs-on: ubuntu-24.04-arm64
155155
needs: build-and-lint
156156
timeout-minutes: 15
157157
env:

0 commit comments

Comments
 (0)