maxim-lobanov / setup-xcode

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

Cannot find xcode versions superior to 14.0.2 #79

Closed CesarPrz closed 5 months ago

CesarPrz commented 5 months ago
Capture d’écran 2024-03-28 à 17 54 01

The code:

      - uses: maxim-lobanov/setup-xcode@v1.6.0
        with:
          xcode-version: '15.0.1'

I'm not sure why, i tried upgrading the package version, but it still fails. Using latest still gives me 14.0.2

CesarPrz commented 5 months ago

Nevermind, this was caused by runs-on: macos-latest, which defaults to MacOS 12.