You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help prevent duplicate issues before submitting a new one:
I've searched other open/closed issues for duplicates before opening up this new issue.
Report
What did you do?
I am using this project in a static site generator. For my project, swift test on macOS locally works, swift test on GitHub Actions ubuntu-latest works. But not on GitHub Actions macos-latest. Any advice?
What did you expect to happen?
I expected Down to compile fine, just like on local macOS, and on GitHub actions ubuntu-latest
What happened instead?
Error during swift test
objc[4135]: CLASS: class 'Down.DownLayoutManager' 0x112f08f08 small method list 0x112e31e40 is not in immutable memory
I personally don't have any experience w/ GitHub Actions, but typically on other CI systems it's best to SSH into the machine and figure things out locally, then apply the patch and push again.
Please help prevent duplicate issues before submitting a new one:
Report
What did you do?
I am using this project in a static site generator. For my project,
swift test
on macOS locally works,swift test
on GitHub Actionsubuntu-latest
works. But not on GitHub Actionsmacos-latest
. Any advice?What did you expect to happen?
I expected
Down
to compile fine, just like on local macOS, and on GitHub actionsubuntu-latest
What happened instead?
Error during
swift test
https://github.com/danramteke/leaf-press/runs/1547255760?check_suite_focus=true
The text was updated successfully, but these errors were encountered: