Skip to content

Commit e75b3e1

Browse files
committed
Fix release pipeline
1 parent 30f486e commit e75b3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build, test, package and release
1111
strategy:
1212
matrix:
13-
os: [ 'windows-latest', 'ubuntu-latest', 'macos-latest' ]
13+
os: [ 'windows-latest' ]
1414

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

0 commit comments

Comments
 (0)