Skip to content

Commit 67fe8b1

Browse files
committed
ci(ubi9): Use Ubuntu 24.04 on ARM runner
This is updated to be in line with the ubuntu-latest runner for x86_64 which under the hood also uses Ubuntu 24.04.
1 parent e7f4f15 commit 67fe8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubi-rust-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
runner: ["ubuntu-latest", "ubicloud-standard-8-arm"]
27+
runner: ["ubuntu-latest", "ubicloud-standard-8-arm-ubuntu-2404"]
2828
ubi-version: ["ubi9"]
2929
runs-on: ${{ matrix.runner }}
3030
steps:

0 commit comments

Comments
 (0)