Skip to content

Commit 68a302f

Browse files
committed
chore(GHA): Print OS version for macosx
1 parent a1265b2 commit 68a302f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/static-builds.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
steps:
4242
- name: Check out the repo
4343
uses: actions/checkout@v2
44+
- name: Show OS version
45+
run: |
46+
sw_vers
47+
system_profiler SPSoftwareDataType
48+
uname -a
4449
# Need unreleased 2.1.0~rc
4550
# - name: Retrieve opam
4651
# run: |

0 commit comments

Comments
 (0)