diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56f2d41234..1760ec06e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: strategy: matrix: - boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, avr-mips-riscv-x86-xtensa, sim, renesas] + boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, other, sim] steps: - name: Download Source Artifact @@ -174,7 +174,7 @@ jobs: needs: Fetch-Source strategy: matrix: - boards: [arm-12, avr-mips-riscv-x86-xtensa, sim] + boards: [arm-12, other, sim] steps: - name: Download Source Artifact uses: actions/download-artifact@v1