We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15b6fed + 3635f44 commit f7006e9Copy full SHA for f7006e9
.github/workflows/tests.yaml
@@ -58,10 +58,13 @@ jobs:
58
GO_TEST_ARGS: ''
59
run: make test
60
61
- # Runs 'make test' on macos-10.15 to assure development environment for
62
- # contributors using MacOS.
+ # Runs 'make test' on MacOS to ensure the continuous support for contributors
+ # using it as a development environment.
63
darwin-amd64:
64
- runs-on: macos-10.15
+ strategy:
65
+ matrix:
66
+ os: [macos-10.15, macos-11, macos-12]
67
+ runs-on: ${{ matrix.os }}
68
steps:
69
- name: Checkout
70
uses: actions/checkout@v3
0 commit comments