Skip to content

Commit c5e9357

Browse files
committed
cicd: switch to arm runners for linux-aarch64
1 parent 584af66 commit c5e9357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lib-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
was_added=1
4242
elif [[ "${target}" == "linux-aarch64" ]]; then
4343
[ -n "$was_added" ] && echo -n "," >> /tmp/matrix.json
44-
echo -n '{"os":"ubuntu-20.04", "target": "linux-aarch64"}' >> /tmp/matrix.json
44+
echo -n '{"os":"ubuntu-24.04-arm", "target": "linux-aarch64"}' >> /tmp/matrix.json
4545
was_added=1
4646
elif [[ "${target}" == "windows" ]]; then
4747
[ -n "$was_added" ] && echo -n "," >> /tmp/matrix.json

0 commit comments

Comments
 (0)