diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4179829..524feac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,12 +2,14 @@ name: Go Tests on: push: - branches: master pull_request: jobs: test: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest, macos-latest] steps: - name: Checkout