From b8d0f9340252a40da008db78a028344f078b1940 Mon Sep 17 00:00:00 2001 From: nil4 Date: Fri, 17 Jan 2025 12:50:53 +0100 Subject: [PATCH] [ci] try `ubuntu-24.04-arm` image ref. https://github.com/orgs/community/discussions/148648 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff1e1d2..8aa50b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: SCRIPT_SUFFIX: "linux_x64" - name: "Ubuntu ARM64" - os: ubuntu-24-arm64-gh + os: ubuntu-24.04-arm env: OS: "linux" SCRIPT_SUFFIX: "linux_arm64"