diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b5bb74e..a0a94cf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,9 +10,12 @@ on: branches: [ "main" ] jobs: + strategy: + matrix: + os: [ubuntu-latest, macos-latest] build: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3