Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use macos 11 #40

Merged
merged 1 commit into from
Apr 7, 2023
Merged

Use macos 11 #40

merged 1 commit into from
Apr 7, 2023

Conversation

chrisjbillington
Copy link
Collaborator

The GitHub macos 10.15 runner is being deprecated this year. And on macos-latest, we're unable to use xcode 11.7, at least not via the maxim-lobanov/setup-xcode@v1 action:

Run maxim-lobanov/setup-xcode@v1
Switching Xcode to version '11.7'...
Available versions:
┌─────────┬──────────┬─────────────┬─────────────┬────────┬──────────────────────────────────┐
│ (index) │ version  │ buildNumber │ releaseType │ stable │               path               │
├─────────┼──────────┼─────────────┼─────────────┼────────┼──────────────────────────────────┤
│    0    │ '14.2.0' │   '14C18'   │    'GM'     │  true  │  '/Applications/Xcode_14.2.app'  │
│    1    │ '14.1.0' │  '14B47b'   │    'GM'     │  true  │  '/Applications/Xcode_14.1.app'  │
│    2    │ '14.0.1' │  '14A400'   │    'GM'     │  true  │ '/Applications/Xcode_14.0.1.app' │
│    3    │ '13.4.1' │  '13F100'   │    'GM'     │  true  │ '/Applications/Xcode_13.4.1.app' │
│    4    │ '13.3.1' │  '13E500a'  │    'GM'     │  true  │ '/Applications/Xcode_13.3.1.app' │
│    5    │ '13.2.1' │  '13C100'   │    'GM'     │  true  │ '/Applications/Xcode_13.2.1.app' │
│    6    │ '13.1.0' │ '13A1030d'  │    'GM'     │  true  │  '/Applications/Xcode_13.1.app'  │
└─────────┴──────────┴─────────────┴─────────────┴────────┴──────────────────────────────────┘
Error: Could not find Xcode version that satisfied version spec: '11.7'

Conda packages with C extensions won't build on xcode 12 or higher.

Hopefully by the time the macos 11 is deprecated, either conda works with newer xcode versions, or we finally figure out what the conda documentation is on about on this page, which I have never been able to make heads or tails of.

The GitHub macos 10.15 runner is being deprecated this year. And on
macos-latest, we're unable to use xcode 11.7, at least not via the
`maxim-lobanov/setup-xcode@v1` action:

```
Run maxim-lobanov/setup-xcode@v1
Switching Xcode to version '11.7'...
Available versions:
┌─────────┬──────────┬─────────────┬─────────────┬────────┬──────────────────────────────────┐
│ (index) │ version  │ buildNumber │ releaseType │ stable │               path               │
├─────────┼──────────┼─────────────┼─────────────┼────────┼──────────────────────────────────┤
│    0    │ '14.2.0' │   '14C18'   │    'GM'     │  true  │  '/Applications/Xcode_14.2.app'  │
│    1    │ '14.1.0' │  '14B47b'   │    'GM'     │  true  │  '/Applications/Xcode_14.1.app'  │
│    2    │ '14.0.1' │  '14A400'   │    'GM'     │  true  │ '/Applications/Xcode_14.0.1.app' │
│    3    │ '13.4.1' │  '13F100'   │    'GM'     │  true  │ '/Applications/Xcode_13.4.1.app' │
│    4    │ '13.3.1' │  '13E500a'  │    'GM'     │  true  │ '/Applications/Xcode_13.3.1.app' │
│    5    │ '13.2.1' │  '13C100'   │    'GM'     │  true  │ '/Applications/Xcode_13.2.1.app' │
│    6    │ '13.1.0' │ '13A1030d'  │    'GM'     │  true  │  '/Applications/Xcode_13.1.app'  │
└─────────┴──────────┴─────────────┴─────────────┴────────┴──────────────────────────────────┘
Error: Could not find Xcode version that satisfied version spec: '11.7'
```

Conda packages with C extensions won't build on xcode 12 or higher.

Hopefully by the time the macos 11 is deprecated, either conda works
with newer xcode versions, or we finally figure out what the conda
documentation is on about on [this page]
(https://docs.conda.io/projects/conda-build/en/latest/resources/compiler-tools.html),
which I have never been able to make heads or tails of.
@chrisjbillington chrisjbillington merged commit 76672fd into master Apr 7, 2023
5 checks passed
@chrisjbillington chrisjbillington deleted the macos-11 branch April 7, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant