Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Nov 27, 2021
1 parent 30f486e commit e75b3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build, test, package and release
strategy:
matrix:
os: [ 'windows-latest', 'ubuntu-latest', 'macos-latest' ]
os: [ 'windows-latest' ]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit e75b3e1

Please sign in to comment.