Skip to content

Commit 1cb45b0

Browse files
lupyuenxiaoxiang781216
authored andcommitted
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`: apache/nuttx#14428
1 parent 790be6d commit 1cb45b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
[
123123
"arm-01", "risc-v-01", "sim-01", "xtensa-01", "arm64-01", "x86_64-01", "other",
124124
"arm-02", "risc-v-02", "sim-02", "xtensa-02",
125-
"arm-03", "risc-v-03",
125+
"arm-03", "risc-v-03", "sim-03",
126126
"arm-04", "risc-v-04",
127127
"arm-05", "risc-v-05",
128128
"arm-06", "risc-v-06",
@@ -197,7 +197,7 @@ jobs:
197197
with:
198198
os: macOS
199199
boards: |
200-
["macos", "sim-01", "sim-02"]
200+
["macos", "sim-01", "sim-02", "sim-03"]
201201
202202
# Run the selected macOS Builds
203203
macOS:

0 commit comments

Comments
 (0)