Skip to content

Commit aab9d1c

Browse files
committed
ci: Use Ubuntu 24.04 for Ubicloud ARM runner
1 parent c78cf75 commit aab9d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_build_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
matrix:
4545
runner:
4646
- {name: "ubuntu-latest", arch: "amd64"}
47-
- {name: "ubicloud-standard-8-arm", arch: "arm64"}
47+
- {name: "ubicloud-standard-8-arm-ubuntu-2404", arch: "arm64"}
4848
versions: ${{ fromJson(needs.generate_matrix.outputs.versions) }}
4949
steps:
5050
- name: Checkout Repository

0 commit comments

Comments
 (0)