Skip to content

Commit

Permalink
update the job name for macos so that we don't need to change the sta…
Browse files Browse the repository at this point in the history
…tus check names (start with asan)
  • Loading branch information
v-jameslongo committed Aug 22, 2024
1 parent 70894c8 commit ae91b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit ae91b1c

Please sign in to comment.