From a850586a5baaf1edb41fb211d813010453de4dd6 Mon Sep 17 00:00:00 2001 From: Pahud Hsieh Date: Tue, 19 May 2026 22:49:34 -0400 Subject: [PATCH] fix: use standard runner labels for macOS build --- .github/workflows/build-operator-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-operator-branch.yml b/.github/workflows/build-operator-branch.yml index a4e830e2..efdaa535 100644 --- a/.github/workflows/build-operator-branch.yml +++ b/.github/workflows/build-operator-branch.yml @@ -8,7 +8,7 @@ on: jobs: build-macos: - runs-on: openab-runner-macos + runs-on: [self-hosted, macOS, ARM64] permissions: contents: read steps: