From ae91b1c0093412c18a9e6f79aa60046e95498314 Mon Sep 17 00:00:00 2001 From: James Longo Date: Thu, 22 Aug 2024 10:19:42 -0400 Subject: [PATCH] update the job name for macos so that we don't need to change the status check names (start with asan) --- .github/workflows/asan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asan.yml b/.github/workflows/asan.yml index 8a291819f..75d7eedc4 100644 --- a/.github/workflows/asan.yml +++ b/.github/workflows/asan.yml @@ -25,7 +25,7 @@ jobs: # UBSan not supported by MSVC on Windows - { os: windows-latest, preset: vcpkg-ubsan-debug } runs-on: ${{ matrix.os }} - name: asan.${{ matrix.os }}.${{ matrix.preset }} + name: asan.${{ matrix.os == 'macos-13' ? 'macos' : matrix.os }}.${{ matrix.preset }} env: UBSAN_OPTIONS: "print_stacktrace=1"