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' ]