Fix Intel-based macOS build #133
Merged
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.
Summary
Fixes the Intel-based macOS build failures by upgrading from the deprecated
macos-13runner to the newmacos-15-intelrunner.Problem
The Intel-based macOS build was disabled due to build failures. Investigation revealed that the
macos-13runner has been deprecated by GitHub Actions and is no longer receiving updates, causing the build to fail.Solution
macos-13tomacos-15-intelmacos-15-intelis the official replacement for Intel-based macOS builds and will be supported until August 2027Testing
All CI builds are now passing:
macos-latest)macos-15-intel)Test run: https://github.com/AvishKaushik/sbsim/actions/runs/20201182727
References
Resolves #126