This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cb45b0d1 CI: Split the targets in sim-01 and add sim-03
1cb45b0d1 is described below

commit 1cb45b0d1c858e3a9785799bddec886e1dd904a5
Author: Lup Yuen Lee <[email protected]>
AuthorDate: Mon Oct 21 14:57:18 2024 +0800

    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
---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e127c3ee7..e8f35afcd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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:

Reply via email to