Skip to content

Commit

Permalink
More non-windows info
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Nov 18, 2023
1 parent f12fa8b commit 926abbd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/adhoctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-11, macos-12, macos-13, ubuntu-20.04, ubuntu-22.04]
os: [macos-11, macos-12, macos-13, ubuntu-20.04, ubuntu-22.04]
fail-fast: false

steps:
Expand All @@ -48,4 +48,6 @@ jobs:
if: ${{ ! startsWith(matrix.os,'windows') }}
run: |
which -a openssl
find /usr -name libcrypto* -ls
find /usr -name libcrypto* -ls || true
for i in $(which -a openssl); do echo $i; $i version -a; echo '====='; done

0 comments on commit 926abbd

Please sign in to comment.