CI: upgrade workflows to use macos-15(*) rather than macos-13 - #2276
Merged
Conversation
leighmcculloch
left a comment
Member
There was a problem hiding this comment.
Few comments. Some are out of scope of this PR but we should follow up.
…chitecture, where needed
… and from `ubuntu-jammy-8-cores-arm64` to `ubuntu-24.04-arm`
leighmcculloch
approved these changes
Nov 4, 2025
leighmcculloch
left a comment
Member
There was a problem hiding this comment.
Lgtm, although you might want to test the macos and arm builds on the pull request temporarily before merging and finding that they might fail on the push event.
…latest`, and from `ubuntu-jammy-8-cores-arm64` to `ubuntu-24.04-arm`" This reverts commit 79ecbc7.
since it offers better support for nested virtualization. This change is made for the bindings-ts.yml, ledger-emulator.yml, and rpc-tests.yml workflows.
…able the respective linux counterparts. The goal is to test the macos runner
marcelosalloum
force-pushed
the
ci/upgrade-mac-ci-version
branch
from
November 6, 2025 19:31
35f4db4 to
ea04e71
Compare
…e on pull requests
… to a large one. In RPC Tests, remove the thread limit for ubuntu
…t execute on pull requests" This reverts commit 43cd776.
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.
What
Upgrade workflows to use
macos-15-*rather thanmacos-13Why
Notes on Runner Compatibility
After extensive testing across macOS runner types:
-largeis usually more stable.I couldn't make the ledger-emulator.yml workflow succeed for macos despite many attempts, so it was temporarily disabled, to be re-added in #2299.