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

Figure out how to run GitHub Workflow on macOS 12 #112

Closed
lukepistrol opened this issue Mar 20, 2022 · 6 comments
Closed

Figure out how to run GitHub Workflow on macOS 12 #112

lukepistrol opened this issue Mar 20, 2022 · 6 comments
Assignees

Comments

@lukepistrol
Copy link
Member

Since the platform version of CodeEditModules currently is .v11 and prohibits using recent SwiftUI additions like background materials, we decided to bump it to .v12.

The problem with this is that GitHub Actions yet only works with macOS 11 and thus tests will fail.

We need to figure out a way to run the workflow on macOS 12 somehow.

@MarcoCarnevali said he will have a look at it soon.

Screen Shot 2022-03-19 at 19 11 28

@rpfaeffle
Copy link

I've done some research on this and found this form to request access to the private beta of macOS 12 for GitHub Actions: actions/runner-images#3649 (comment)

@lukepistrol
Copy link
Member Author

I've done some research on this and found this form to request access to the private beta of macOS 12 for GitHub Actions: actions/virtual-environments#3649 (comment)

@MarcoCarnevali can you have a look at it?

@MarcoCarnevali
Copy link
Collaborator

Thank you guys, request sent! If I won't receive any response I'll probably switch the CI to CircleCI which seems they have plenty of credits for free

@lukepistrol
Copy link
Member Author

CircleCI has even double the build minutes than Github for free it seems which should be plenty

@lukepistrol
Copy link
Member Author

But let's wait for a response first

@lukepistrol
Copy link
Member Author

Using CircleCI now

@austincondiff austincondiff moved this from 🆕 New to 🏁 Complete in CodeEdit Project Feb 14, 2023
xinix909 pushed a commit to xinix909/CodeTransfer that referenced this issue Sep 7, 2024
# Description

This PR removes all references to `NSLayoutManager` and fixes syntax
highlighting after the regression in CodeEditApp#105.

# Related Issues

N/A

# Checklist

- [x] I read and understood the [contributing
guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md)
as well as the [code of
conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md)
- [x] My changes generate no new warnings
- [x] My code builds and runs on my machine
- [x] I documented my code
- [x] Review requested
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏁 Complete
Development

No branches or pull requests

3 participants