ci: remove Cirrus CI runners, use Bitrise only - #8675
Merged
Conversation
Remove all Cirrus runner configuration from CI workflows. All jobs now run exclusively on Bitrise runners. This removes the runner_provider matrix dimension, conditional runner selection logic, and Cirrus-specific Ruby setup.
itaybre
requested review from
NinjaLikesCheez,
noahsmartin,
philipphofmann and
philprime
as code owners
August 4, 2026 14:30
Remove macOS 15 Compat and Catalyst 15 Compat entries that were Cirrus-only (Xcode 16.2 on sequoia). These are redundant with the existing macOS 14/15 and Catalyst 14/15 entries that run on Bitrise.
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| f0c60b7 | 1224.60 ms | 1259.33 ms | 34.74 ms |
| 8469478 | 1240.30 ms | 1277.07 ms | 36.76 ms |
| 3ba6174 | 1222.29 ms | 1265.35 ms | 43.06 ms |
| 91f06a6 | 1213.64 ms | 1259.58 ms | 45.93 ms |
| b6fa517 | 1218.83 ms | 1257.47 ms | 38.63 ms |
| 31e3b65 | 1225.70 ms | 1246.98 ms | 21.28 ms |
| 00009c7 | 1231.69 ms | 1265.73 ms | 34.04 ms |
| 952f116 | 1221.55 ms | 1248.72 ms | 27.17 ms |
| e3070ad | 1240.00 ms | 1274.43 ms | 34.43 ms |
| 07d6099 | 1224.06 ms | 1247.13 ms | 23.06 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| f0c60b7 | 24.14 KiB | 1.22 MiB | 1.20 MiB |
| 8469478 | 24.14 KiB | 1.24 MiB | 1.21 MiB |
| 3ba6174 | 24.14 KiB | 1.25 MiB | 1.23 MiB |
| 91f06a6 | 24.14 KiB | 1.24 MiB | 1.21 MiB |
| b6fa517 | 24.14 KiB | 1.14 MiB | 1.12 MiB |
| 31e3b65 | 24.14 KiB | 1.23 MiB | 1.21 MiB |
| 00009c7 | 24.14 KiB | 1.24 MiB | 1.21 MiB |
| 952f116 | 24.14 KiB | 1.24 MiB | 1.21 MiB |
| e3070ad | 24.14 KiB | 1.16 MiB | 1.14 MiB |
| 07d6099 | 24.14 KiB | 1.17 MiB | 1.15 MiB |
Member
|
Thank you @itaybre 🥇 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Remove all Cirrus CI runner configuration from GitHub Actions workflows. All CI jobs now run exclusively on Bitrise runners.
Changes
runner_providerinput from reusable workflows (unit-test-common.yml,ui-tests-common.yml)runner_providermatrix dimension from all caller workflowsruby/setup-rubystep (kept only Bitrise rbenv-based Ruby install)runs-onexpressions that previously chose between Cirrus and Bitriseshould_skiplogic intest.ymlthat had Cirrus-specific skip conditionsrunner_providersequoia,tahoe,sonoma) toactionlint.yaml(previously hidden from the linter behindformat()expressions)Affected workflows
unit-test-common.yml— reusable unit test workflowui-tests-common.yml— reusable UI test workflowtest.yml— main unit test matrixfast-pr-checks.yml— fast PR feedbacknightly-test.yml— nightly test matrixui-tests.yml— UI test matrixui-tests-critical.yml— critical UI testsrelease.yml— release workflow (duplication tests)test-3rd-party-integrations.yml— 3rd party integration tests#skip-changelog
Closes #8676