[llvm] Fix macOS casing in premerge workflow (PR #210477)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 19:37:42 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Mishal Shah (shahmishal)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/210477.diff
1 Files Affected:
- (modified) .github/workflows/premerge.yaml (+1-1)
``````````diff
diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml
index 2203084ae36d9..2816987c489e9 100644
--- a/.github/workflows/premerge.yaml
+++ b/.github/workflows/premerge.yaml
@@ -265,7 +265,7 @@ jobs:
premerge-check-macos:
name: Build and Test macOS arm64
needs: premerge-compute-macos
- runs-on: [self-hosted, macos, apple-runners]
+ runs-on: [self-hosted, macOS, apple-runners]
# Skip the self-hosted runner entirely if there is nothing to build,
# rather than tying up a runner slot for a no-op run.
if: >-
``````````
</details>
https://github.com/llvm/llvm-project/pull/210477
More information about the llvm-commits
mailing list