Skip to content

Commit

Permalink
CI: Split the targets in sim-01 and add sim-03
Browse files Browse the repository at this point in the history
This PR syncs the Simulator Targets `sim-01`, `sim-02`, `sim-03` from `nuttx` repo to `nuttx-apps`: apache/nuttx#14428
  • Loading branch information
lupyuen authored and xiaoxiang781216 committed Oct 22, 2024
1 parent 790be6d commit 1cb45b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1cb45b0

Please sign in to comment.