Skip to content

Commit 60b7ffa

Browse files
committed
fix
1 parent f553e09 commit 60b7ffa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ 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 2>/dev/null || sw_vers -productVersion
43+
- run: sw_vers --productVersion
44+
continue-on-error: true
45+
# for macos-12
46+
- run: sw_vers -productVersion
47+
continue-on-error: true
4448
test-windows:
4549
strategy:
4650
fail-fast: false

0 commit comments

Comments
 (0)