actions / runner-images

GitHub Actions runner images
MIT License
9.17k stars 2.84k forks source link

Add macOS 11.3 SDK on MacOS 12 or 13 #9682

Closed jeroen closed 1 month ago

jeroen commented 1 month ago

Tool name

macOS SDK 11.3

Tool license

not needed?

Add or update?

Desired version

11 or 11.3

Approximate size

No response

Brief description of tool

We use GHA for building binary packages for the R programming language. To maximize portability for end-uses we use macOS 11.3 SDK and set MACOSX_DEPLOYMENT_TARGET=11.0. I think many other FOSS projects that build releases on GHA do something similar.

Currently macos-11 runner is deprecated and will soon be removed. Would it be possible to install the 11 SDK on the macos-12 or macos-13 runners, such that we can use these to build release that can run on macos 11 and up?

URL for tool's homepage

No response

Provide a basic test case to validate the tool's functionality.

No response

Platforms where you need the tool

Runner images where you need the tool

Can this tool be installed during the build?

No response

Tool installation time in runtime

No response

Are you willing to submit a PR?

No response

MaksimZhukov commented 1 month ago

Hello @jeroen! It was decided not to add macOS 11.3 SDK to the macos-12 or macos-13 runners. According to our installation policy, we only install the macOS SDKs that come with Xcode.