From 42489759fec214cd3b6e2643e09276bf310c2c63 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sun, 4 Apr 2021 12:37:19 +0800 Subject: [PATCH] build: Replace sim with sim01 and sim02 follow up nuttx-testing repo change: commit 08d766faef84e43112b70a08f6f0c54654482024 Author: Xiang Xiao Date: Sun Apr 4 04:21:57 2021 +0800 Split sim.dat to sim00.dat and sim01.dat to speed up the macOS build Signed-off-by: Xiang Xiao Signed-off-by: Xiang Xiao --- .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 8ed372f3c7..d6d56460c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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, risc-v, sim, xtensa] + 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, sim01, sim02, xtensa] steps: - name: Download Source Artifact @@ -169,7 +169,7 @@ jobs: needs: Fetch-Source strategy: matrix: - boards: [macos, sim] + boards: [macos, sim01, sim02] steps: - name: Download Source Artifact uses: actions/download-artifact@v1