Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Dropping macOS support #3046

Open
1vanK opened this issue Aug 3, 2022 · 4 comments
Open

Dropping macOS support #3046

1vanK opened this issue Aug 3, 2022 · 4 comments

Comments

@1vanK
Copy link
Contributor

1vanK commented Aug 3, 2022

GitHub deprecated macOS 10.15 enveronment image actions/runner-images#5583

At the same time, our engine does not compile with macOS 11 image https://github.com/1vanK/Urho3D/runs/7651590372?check_suite_focus=true

If someone is interested in supporting Apple's garbage, then he can send a PR

@1vanK
Copy link
Contributor Author

1vanK commented Aug 3, 2022

Run sudo xcode-select -s '/Applications/Xcode_12.app'
  sudo xcode-select -s '/Applications/Xcode_12.app'
  shell: /bin/bash -e {0}
  env:
    HOST: macOS
    PLATFORM: macOS
    LIB_TYPE: static
xcode-select: error: invalid developer directory '/Applications/Xcode_12.app'
Error: Process completed with exit code 1.

@1vanK
Copy link
Contributor Author

1vanK commented Aug 3, 2022

Related: #2879

@1vanK 1vanK added the backlog label Aug 3, 2022
@1vanK
Copy link
Contributor Author

1vanK commented Aug 3, 2022

1vanK added a commit that referenced this issue Aug 3, 2022
@1vanK 1vanK added the macos label Aug 4, 2022
@SirNate0
Copy link
Contributor

SirNate0 commented Aug 4, 2022

As a note towards someone fixing this, the build above fails because it is asking for a version of XCode that is not installed. The available ones are listed here for version 11, and there is a similar list for version 12:
https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md#xcode

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants