[Github][CI] Fix Typo in MacOS Job Name

This patch changes the name of the MacOS premerge job from
permerge-checks-macos to (the presumably correct) premerge-checks-macos.
This commit is contained in:
Aiden Grossman 2025-02-14 22:53:57 +00:00
parent 9106ee25e9
commit 50b1763d9d

View File

@ -144,7 +144,7 @@ jobs:
call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
bash .ci/monolithic-windows.sh "${{ steps.vars.outputs.windows-projects }}" "${{ steps.vars.outputs.windows-check-targets }}"
permerge-check-macos:
premerge-check-macos:
runs-on: macos-14
if: >-
github.repository_owner == 'llvm' &&