diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index d05f35919f3..6c025d9572a 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -21,7 +21,7 @@ jobs: config: - {shared: "ON", build_type: "Debug", name: "omp/debug/shared", "mixed": "OFF"} - {shared: "OFF", build_type: "Release", name: "omp/release/static", "mixed": "ON"} - name: ${{ matrix.config.name }}-${{ github.workflow }}-${{ (github.head_ref && github.ref) || github.run_id }} + name: ${{ matrix.config.name }}-${{ github.head_ref }} runs-on: [macos-latest] steps: