-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Comments
I've done some research on this and found this form to request access to the private beta of |
@MarcoCarnevali can you have a look at it? |
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 |
CircleCI has even double the build minutes than Github for free it seems which should be plenty |
But let's wait for a response first |
Using CircleCI now |
# 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
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.
The text was updated successfully, but these errors were encountered: