ci: update iOS jobs to Ruby 3.3.12 - #1624
Draft
mrousavy wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mrousavy
force-pushed
the
ci/ruby-3.3.12
branch
from
September 7, 2026 19:02
8eea481 to
c0df74b
Compare
Performance Report
iOS
All Benchmarks
Android
All Benchmarks
Benchmarking Code Diff Raw measurements: performance-report-1 (JSON artifact). Run 34154015350, attempt 1. Download requires GitHub access. Android: measurements, attempt 1, apps, attempt 1. |
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.
Updates all five CI Ruby selections to 3.3.12. The example build, Release, Harness and lockfile jobs currently select Ruby 2.7.2; performance CI selects 3.3.0. Using one supported patch release removes the outdated interpreter selections while preserving the existing Gemfile and Bundler constraints.
Ruby 3.3.12 includes security fixes: https://www.ruby-lang.org/en/news/2026/07/16/ruby-3-3-12-released/. The pinned performance
ruby/setup-rubyrevision already lists this release in its supported versions.Validation: workflow syntax and expressions pass actionlint with existing unrelated shellcheck diagnostics and custom Blacksmith runner-label warnings excluded. Confirmed that these five version selections are the only changes. Built Ruby 3.3.12 locally and installed both repository Gemfiles with Bundler 2.3.22 in deployment mode: bundle checks and CocoaPods 1.16.2 passed with unchanged lockfiles. Before the refresh onto the publisher rollout on main, commit
8eea48168passed both Debug build configurations, Release, TSan Harness and both performance app builds: https://github.com/margelo/nitro/actions/runs/34153047762 and https://github.com/margelo/nitro/actions/runs/34153047789. These results validate the previous revision; the refreshed revision receives new hosted checks.