actions / runner-images

GitHub Actions runner images
MIT License
10.2k stars 3.06k forks source link

No option for Xcode 16 + visionOS #10955

Open Saadnajmi opened 5 days ago

Saadnajmi commented 5 days ago

Description

We use Azure Pipelines to build React Native macOS. For this, we need both Xcode 16, and the visionOS SDK. Both have been dropped from the image we use: macos-latest-internal. I tried switching to macos-15, but that is not an Arm64 pool, so it doesn't have visionOS.

At this point, I'm left with no image on Azure Pipelines with both Xcode 16 and visionOS, which blocks our workflow.

Platforms affected

Runner images affected

Image version and build link

https://dev.azure.com/ms/react-native/_build/results?buildId=617324&view=results

Is it regression?

Yes, macos-14 / macos-latest-internal had Xcode 16: https://dev.azure.com/ms/react-native/_build/results?buildId=617191&view=results

Expected behavior

There should be some image with Xcode 16 and visionOS avaiable

Actual behavior

There is not

Repro steps

Try to use both Xcode 16 and visionOS in an Azure Pipelines pipeline.

aartis17 commented 4 days ago

Hi @Saadnajmi: We will look into the issue and keep you posted with updates.

Marquis103 commented 4 days ago

i have the same regression on macos-14

BrentMifsud commented 4 days ago

seems like Xcode 16 is missing entirely from the macOS-latest-xlarge as well.

This is completely blocking our CI. Seems to have started yesterday.

image

BrentMifsud commented 4 days ago

I managed to fix this by using: macos-15-xlarge instead of macos-latest-xlarge seems macos-latest, is not actually the latest macOS.

DonkeyKongJr commented 3 days ago

I got the very same problem, XCODE 16 randomly disappeared since yesterday.

https://stackoverflow.com/questions/79187710/hosted-azure-pipeline-for-net-maui-ios-app-fails-with-could-not-find-a-valid-x

Edit: Updating macOS from 14 to 15 solved this issue for me.

EDIT II: Now the Apple Certificate part is failing. Error outputting keys and certificates 408B8745F87F0000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:crypto/evp/evp_fetch.c:355:Global default library context, Algorithm (RC2-40-CBC : 0), Properties () Could not find certificate from <stdin>

EDIT III: The workaround mentioned here worked for the Certificate part. https://github.com/actions/runner-images/issues/10703

B4DG3R commented 2 days ago

I managed to fix this by using: macos-15-xlarge instead of macos-latest-xlarge seems macos-latest, is not actually the latest macOS.

I can confirm this worked for us also