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