build: run darwin tests on macos 10.15, 11 and 12

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
Paulo Gomes 2022-07-06 13:52:53 +01:00
parent 15b6fedbd0
commit 3635f44b5b
No known key found for this signature in database
GPG Key ID: 9995233870E99BEE
1 changed files with 6 additions and 3 deletions

View File

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