CI: adapt to testlist changes
This commit is contained in:
parent
b4129f8989
commit
9e311518c9
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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, other, sim]
|
||||
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, xtensa]
|
||||
|
||||
steps:
|
||||
- name: Download Source Artifact
|
||||
@ -169,7 +169,7 @@ jobs:
|
||||
needs: Fetch-Source
|
||||
strategy:
|
||||
matrix:
|
||||
boards: [arm-12, other, sim]
|
||||
boards: [macos, sim]
|
||||
steps:
|
||||
- name: Download Source Artifact
|
||||
uses: actions/download-artifact@v1
|
||||
|
Loading…
Reference in New Issue
Block a user