build: Disable macos-11

This specific environment seems to be more prone to a data race
that is already fixed on the git-refactoring branch. Whilst those
changes are not merged into main, let's disable this environment
to quieten the unnecessary noise.

Note that this test only exists to ensure that contributors using
macos-11 as their development environment don't experience
issues building and debugging the project.

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
Paulo Gomes 2022-10-20 10:01:22 +01:00
parent 35ea086358
commit 7a5e6f75f1
No known key found for this signature in database
GPG Key ID: 9995233870E99BEE
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
darwin-amd64:
strategy:
matrix:
os: [macos-11, macos-12]
os: [macos-12]
fail-fast: false
runs-on: ${{ matrix.os }}
steps: