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 2e54271 commit 8612fe7Copy full SHA for 8612fe7
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
- run: sw_vers --help
41
continue-on-error: true # fail macos-12
42
- run: sw_vers | awk '/ProductVersion/ { print $2 }'
43
- - run: sw_vers --productVersion || sw_vers --productVersion
+ - run: sw_vers --productVersion || sw_vers -productVersion
44
test-windows:
45
strategy:
46
fail-fast: false
0 commit comments