This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit 2b69b0b2bb78ad50e9051ed07d096930a4f0918a Author: YAMAMOTO Takashi <[email protected]> AuthorDate: Tue Apr 14 14:54:13 2020 +0900 CI: Make job descriptions less redundant From: PR Check CI (build) / build-linux (arm-02) (pull_request) To: Build / Linux (arm-02) (pull_request) --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71957fa..9349758 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,13 +10,13 @@ # See the License for the specific language governing permissions and # limitations under the License. # -name: PR Check CI (build) +name: Build on: pull_request: jobs: - build-linux: + Linux: runs-on: ubuntu-18.04 env: DOCKER_BUILDKIT: 1 @@ -66,7 +66,7 @@ jobs: cd testing ./cibuild.sh -x -G testlist/${{matrix.boards}}.dat - build-macos: + macOS: runs-on: macos-10.15 strategy:
