maxim-lobanov / setup-xcode

Set up your GitHub Actions workflow with a specific version of Xcode
MIT License
280 stars 28 forks source link

Could not find Xcode version that satisfied version spec: '15.2' #76

Closed marcofugaro closed 7 months ago

marcofugaro commented 7 months ago

Looks like this action doesn't work with relatively new XCode versions. This is my setup:

- uses: maxim-lobanov/setup-xcode@v1
     with:
       xcode-version: '15.2'

Error:

image
marcofugaro commented 7 months ago

Fixed by running the action on node-14

AlexanderKvamme commented 5 months ago

Also fixed by setting runs-on: macos-14 instead of latest :)