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 f553e09 commit 60b7ffaCopy full SHA for 60b7ffa
.github/workflows/test.yml
@@ -40,7 +40,11 @@ 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 2>/dev/null || sw_vers -productVersion
+ - run: sw_vers --productVersion
44
+ continue-on-error: true
45
+ # for macos-12
46
+ - run: sw_vers -productVersion
47
48
test-windows:
49
strategy:
50
fail-fast: false
0 commit comments