Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaplus1 committed Nov 29, 2024
1 parent 2e54271 commit 8612fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: sw_vers --help
continue-on-error: true # fail macos-12
- run: sw_vers | awk '/ProductVersion/ { print $2 }'
- run: sw_vers --productVersion || sw_vers --productVersion
- run: sw_vers --productVersion || sw_vers -productVersion
test-windows:
strategy:
fail-fast: false
Expand Down

0 comments on commit 8612fe7

Please sign in to comment.