From a2edba89a54932c39c06d2aefbed1838390d9d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Wed, 22 Feb 2023 08:21:12 +0100 Subject: [PATCH] Update generate.yml --- .github/workflows/generate.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 66cf86f..48f50b0 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -13,10 +13,11 @@ jobs: fail-fast: false # let other jobs try to complete if one fails matrix: include: - - board: "rock-5b" - branch: "edge" + - board: "rock-3a" + branch: "legacy" runner_tags: [ "self-hosted", "Linux", 'beta' ] variant: "" + - board: "uefi-riscv64" branch: "edge" runner_tags: [ "self-hosted", "Linux", 'beta' ]