MacOS X Actions #447
steveicarus
started this conversation in
Ideas
Replies: 2 comments
-
Yes, it does: https://github.com/actions/virtual-environments/#available-environments. Adding the following to the workflow file would be the starting point: macos:
runs-on: macos-latest
name: '🍎 macOS'
steps:
- uses: actions/checkout@v2
... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does github actions have MacOS instances that we can use to regression test the MacOS build? I think if we can include Linux, Windows(msys) and macos, then that pretty much covers all the targets we are really willing to support.
Beta Was this translation helpful? Give feedback.
All reactions