From d625f20d18e26fb7247ca194d23fda98a5d0e512 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 23 Jan 2025 11:08:49 +0000 Subject: [PATCH] workflows: Move arm static checks runner Now we have the build-assets running on the gh-hosted runners, try the same approach for the static-checks Signed-off-by: stevenhorsman --- .github/workflows/static-checks-self-hosted.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-checks-self-hosted.yaml b/.github/workflows/static-checks-self-hosted.yaml index 943240df31..a4402603d5 100644 --- a/.github/workflows/static-checks-self-hosted.yaml +++ b/.github/workflows/static-checks-self-hosted.yaml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: instance: - - "arm-no-k8s" + - "ubuntu-22.04-arm" - "s390x" - "ppc64le" uses: ./.github/workflows/build-checks.yaml