Skip to content

Support older macOS versions in CI build#5697

Closed
yume-chan wants to merge 1 commit intoGenymobile:devfrom
yume-chan:feat/old-mac-os
Closed

Support older macOS versions in CI build#5697
yume-chan wants to merge 1 commit intoGenymobile:devfrom
yume-chan:feat/old-mac-os

Conversation

@yume-chan
Copy link
Contributor

Fixes #5649

These older OS versions are no longer supported by Apple, but the latest macOS SDK still supports building binaries for 10.13, and I see no downsides doing that.

I tested x86-64 build in a virtual machine running 10.15.7. I can't test the arm64 build.

# <https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md#xcode>
#
# then the minimal supported deployment target of that macOS SDK can be found at
# <https://developer.apple.com/support/xcode/#minimum-requirements>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK for the change, but why these comments related to xcode?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because macOS SDK is part of Xcode.

In the first link, you can see GitHub installed multiple versions of Xcode in the runner image, and each macOS SDK version is contained in one or more Xcode versions.

In fact, neither Xcode nor macOS SDK version matter now, because all recent macOS SDK versions support building for OS X 10.13. I just want to document where this 10.13 comes from.

rom1v pushed a commit that referenced this pull request Dec 23, 2024
Fixes #5649 <#5649>
Fixes #5697<#5697>

Signed-off-by: Romain Vimont <rom@rom1v.com>
@rom1v
Copy link
Collaborator

rom1v commented Dec 23, 2024

Merged: 5b1229a

@rom1v rom1v closed this Dec 23, 2024
bartsaintgermain pushed a commit to bartsaintgermain/scrcpy that referenced this pull request Apr 11, 2025
@yume-chan yume-chan deleted the feat/old-mac-os branch April 17, 2025 11:32
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.

2 participants