mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-17 19:51:03 +08:00
CI: Split the targets in sim-01 and add sim-03
This PR syncs the Simulator Targets `sim-01`, `sim-02`, `sim-03` from `nuttx` repo to `nuttx-apps`: https://github.com/apache/nuttx/pull/14428
This commit is contained in:
parent
790be6d639
commit
1cb45b0d1c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -122,7 +122,7 @@ jobs:
|
||||
[
|
||||
"arm-01", "risc-v-01", "sim-01", "xtensa-01", "arm64-01", "x86_64-01", "other",
|
||||
"arm-02", "risc-v-02", "sim-02", "xtensa-02",
|
||||
"arm-03", "risc-v-03",
|
||||
"arm-03", "risc-v-03", "sim-03",
|
||||
"arm-04", "risc-v-04",
|
||||
"arm-05", "risc-v-05",
|
||||
"arm-06", "risc-v-06",
|
||||
@ -197,7 +197,7 @@ jobs:
|
||||
with:
|
||||
os: macOS
|
||||
boards: |
|
||||
["macos", "sim-01", "sim-02"]
|
||||
["macos", "sim-01", "sim-02", "sim-03"]
|
||||
|
||||
# Run the selected macOS Builds
|
||||
macOS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user