From 1a22b1eecda9c0edef8d2460d56831cfbb8aa425 Mon Sep 17 00:00:00 2001 From: Tobias Ribizel Date: Wed, 16 Feb 2022 12:57:07 +0100 Subject: [PATCH] debug --- .github/workflows/osx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: