Closed danramteke closed 3 years ago
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.
Here's a related article: https://dev.to/retyui/how-debugging-github-actions-with-ssh-273n?a=github_community
just resolved this by changing my Package.swift
i had .macOS(.v11),
and changed it to .macOS("10.15.4"),
now it works. thanks so much!
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