Skip to content

Commit 7a5e6f7

Browse files
author
Paulo Gomes
committed
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 <[email protected]>
1 parent 35ea086 commit 7a5e6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
darwin-amd64:
7272
strategy:
7373
matrix:
74-
os: [macos-11, macos-12]
74+
os: [macos-12]
7575
fail-fast: false
7676
runs-on: ${{ matrix.os }}
7777
steps:

0 commit comments

Comments
 (0)