Use diff os #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Use diff os | |
on: | |
# push: | |
workflow_dispatch: | |
jobs: | |
linux: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: x-cmd/action@main | |
with: | |
code: xws build linux | |
macos: | |
runs-on: macos-11 | |
steps: | |
- uses: x-cmd/action@main | |
with: | |
code: x ws build macos |