Skip to content

Conversation

@AvishKaushik
Copy link
Contributor

Summary

Fixes the Intel-based macOS build failures by upgrading from the deprecated macos-13 runner to the new macos-15-intel runner.

Problem

The Intel-based macOS build was disabled due to build failures. Investigation revealed that the macos-13 runner has been deprecated by GitHub Actions and is no longer receiving updates, causing the build to fail.

Solution

  • Updated the Intel Mac runner from macos-13 to macos-15-intel
  • Re-enabled the Intel-based macOS build that was temporarily disabled
  • macos-15-intel is the official replacement for Intel-based macOS builds and will be supported until August 2027

Testing

All CI builds are now passing:

  • Ubuntu (Python 3.10.15, 3.11)
  • macOS ARM (macos-latest)
  • macOS Intel (macos-15-intel)

Test run: https://github.com/AvishKaushik/sbsim/actions/runs/20201182727

References

Resolves #126

@google-cla
Copy link

google-cla bot commented Dec 14, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@s2t2
Copy link
Collaborator

s2t2 commented Dec 16, 2025

@AvishKaushik thank you so much!! The Intel Mac build is back! 💪

@s2t2 s2t2 merged commit 200ddff into google:copybara_push Dec 16, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Troubleshoot and Fix the Mac Build

2 participants