From e88421d24851e2b75a031eb647d882e2ac996f10 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Sat, 24 Aug 2024 11:52:06 +0100 Subject: [PATCH] github: Disable ARM64 tests as runner is unavailable Signed-off-by: Rob Bradford --- .github/workflows/tests.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 024109c9..628649d2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -11,8 +11,6 @@ jobs: include: - runner: ubuntu-22.04 coreboot-tests: true - - runner: focal-arm64 - coreboot-tests: false steps: - name: Code checkout uses: actions/checkout@v4