Skip to content

Commit

Permalink
Merge pull request #7 from meganii/add_github_action
Browse files Browse the repository at this point in the history
Add multi platform
  • Loading branch information
meganii committed Sep 2, 2023
2 parents c861b25 + 7c4f473 commit e7f17f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ on:

jobs:
build:
runs-on: 'ubuntu-22.04'
strategy:
matrix:
platform: [macos-latest, ubuntu-latest, windows-latest]

runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit e7f17f0

Please sign in to comment.