diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1386f9011..4969492c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,7 +110,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, other, risc-v, sim01, sim02, xtensa] + 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, risc-v, sim-01, sim-02, xtensa] steps: - name: Download Source Artifact @@ -155,7 +155,7 @@ jobs: needs: Fetch-Source strategy: matrix: - boards: [macos, sim01, sim02] + boards: [macos, sim-01, sim-02] steps: - name: Download Source Artifact uses: actions/download-artifact@v1