From 91700e4ce92fb20132aa3d2f67eeba83b24ea0cc Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 15 Apr 2020 14:21:52 +0900 Subject: [PATCH] Sync with testing repo Namely the following change: commit 2b69b0b2bb78ad50e9051ed07d096930a4f0918a Author: YAMAMOTO Takashi Date: 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 431b14365..82532fbd1 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: