From e7b545b28875b4e6e7c3e98f6c003547f11a2910 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sun, 27 Jun 2021 19:09:08 -0700 Subject: [PATCH] Remove custom job name for unix --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00c4da1..012c314 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,6 @@ jobs: exclude: - os: macos compiler: g++ - name: ${{matrix.os}} runs-on: ${{matrix.os}}-latest steps: - uses: actions/checkout@v1