fix(ci): target macOS runner explicitly for iOS builds
CI / Lint (pull_request) Successful in 19m22s
CI / Test (pull_request) Failing after 35s
CI / Build Android (pull_request) Skipped
CI / Build iOS (pull_request) Skipped

The 'self-hosted' label alone matched the Linux runner which cannot
build iOS. Change to [self-hosted, macos] so only the Mac builder
on-prem picks up iOS build jobs.
This commit is contained in:
robot
2026-08-02 04:14:32 +00:00
parent b824cb0973
commit 4ee9c7c2f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ jobs:
# if Apple signing secrets are not configured.
build-ios:
name: Build iOS Release
runs-on: self-hosted
runs-on: [self-hosted, macos]
needs: [test]
steps:
- name: Checkout