Skip to content

Commit 8612fe7

Browse files
committed
fix
1 parent 2e54271 commit 8612fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: sw_vers --help
4141
continue-on-error: true # fail macos-12
4242
- run: sw_vers | awk '/ProductVersion/ { print $2 }'
43-
- run: sw_vers --productVersion || sw_vers --productVersion
43+
- run: sw_vers --productVersion || sw_vers -productVersion
4444
test-windows:
4545
strategy:
4646
fail-fast: false

0 commit comments

Comments
 (0)