passepartoutvpn / openssl-apple

A script for compiling OpenSSL for Apple Devices.
Apache License 2.0
144 stars 69 forks source link

Workflow fails due to missing xrOS platform #61

Closed keeshux closed 6 months ago

keeshux commented 8 months ago

Action silently fails because Xcode 15.2 is required in CI. Notice the missing xrOS version, actually the script should look up platform existence in advance:

https://github.com/passepartoutvpn/openssl-apple/actions/runs/7485638720

Waiting on https://github.com/actions/runner-images/issues/9139

If it takes longer than expected, exclude xrOS targets from workflow for now.

nicop2000 commented 6 months ago

any update on this?