From 14b087ceb6e5849041b48483fb70fd2e5359993a Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 3 Oct 2024 14:25:14 +0100 Subject: [PATCH] github: Re-enable ARM64 tests using new runner This commit partially reverts c68544c3face22d4f2f40761a2b85835fa9f8f0d with modifications for worker changes. Signed-off-by: Rob Bradford --- .github/workflows/tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 628649d2..f6037fe9 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -11,6 +11,8 @@ jobs: include: - runner: ubuntu-22.04 coreboot-tests: true + - runner: bookworm-arm64 + coreboot-tests: false steps: - name: Code checkout uses: actions/checkout@v4