We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f486e commit e75b3e1Copy full SHA for e75b3e1
.github/workflows/release-all.yaml
@@ -10,7 +10,7 @@ jobs:
10
name: Build, test, package and release
11
strategy:
12
matrix:
13
- os: [ 'windows-latest', 'ubuntu-latest', 'macos-latest' ]
+ os: [ 'windows-latest' ]
14
15
runs-on: ${{ matrix.os }}
16
0 commit comments