Skip to content

Commit

Permalink
Merge pull request #817 from pjbgf/expand-macos
Browse files Browse the repository at this point in the history
build: run darwin tests on macos 10.15, 11 and 12
  • Loading branch information
Paulo Gomes committed Jul 6, 2022
2 parents 15b6fed + 3635f44 commit f7006e9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,13 @@ jobs:
GO_TEST_ARGS: ''
run: make test

# Runs 'make test' on macos-10.15 to assure development environment for
# contributors using MacOS.
# Runs 'make test' on MacOS to ensure the continuous support for contributors
# using it as a development environment.
darwin-amd64:
runs-on: macos-10.15
strategy:
matrix:
os: [macos-10.15, macos-11, macos-12]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f7006e9

Please sign in to comment.