maxim-lobanov / setup-xcode

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

Setting 13.0 will use 13.0 Beta on macos-11 #30

Closed einar-notland closed 3 years ago

einar-notland commented 3 years ago

How can I avoid using xcode 13 beta when I specify 13.0. I know I can use latest-stable to get 13.0 at the moment, but I dont want it to automatically use latest, I want to be in control of when it changes.

einar-notland commented 3 years ago

I created a pull request with "-stable" option for when specifying semvers.

maxim-lobanov commented 3 years ago

Hello @einar-notland , thank you for contribution!

Tag v1.4.0 is alive and contains your changes. I have updated v1 too to point to the v1.4.0.

Could you please validate from your side?

einar-notland commented 3 years ago

Hello @einar-notland , thank you for contribution!

Tag v1.4.0 is alive and contains your changes. I have updated v1 too to point to the v1.4.0.

Could you please validate from your side?

I have verified. 1.4.0 works as expected - I now get 13.0 stable (Not beta) when specifying "13.0"