We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33fe90 commit c524974Copy full SHA for c524974
.github/workflows/build-and-release.yml
@@ -88,7 +88,7 @@ jobs:
88
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
89
strategy:
90
matrix:
91
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [windows-latest, macos-latest]
92
93
steps:
94
- uses: actions/checkout@v3
0 commit comments