Skip to content

test

test #31

Workflow file for this run

name: Shell
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ macos-11, macos-12 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
- run: brew list | grep openssl