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

[WIP] PR: Build macOS app on Big Sur (11.0) #14626

Closed
wants to merge 2 commits into from

Conversation

mrclary
Copy link
Contributor

@mrclary mrclary commented Jan 20, 2021

Description of Changes

Update GitHub action to build on macOS 11.0

Affirmation

By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.

I certify the above statement is true and correct:
@mrclary

@mrclary
Copy link
Contributor Author

mrclary commented Jan 20, 2021

This must wait for resolution of actions/runner-images#2486.

@@ -9,7 +9,7 @@ name: Create macOS App Bundle and DMG
jobs:
build:
name: macOS App Bundle
runs-on: macos-latest
runs-on: macos-11.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should add a new workflow for Big Sur. Otherwise, we'll affect people still running Catalina.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. This is just for testing right now. When this becomes available, and we can build on Apple silicon, then we can consider adding separate workflows or expand the matrix workflow; in any case we should always have a Catalina build

@mrclary
Copy link
Contributor Author

mrclary commented Feb 22, 2021

Closing since our application seems to be working on Big Sur

@mrclary mrclary closed this Feb 22, 2021
@mrclary mrclary deleted the test-bigsur-build branch March 6, 2021 19:35
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.

2 participants