From dc33a34d4d4976ec48e44b32a59344513c560446 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 6 Aug 2024 20:43:14 +0000 Subject: [PATCH] ci: disable testing on macos (#571) It appears to be a bit flaky and we have nothing macos specific in this repo. --- .github/workflows/go-test-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test-config.json b/.github/workflows/go-test-config.json index d59c1fb..b0642fb 100644 --- a/.github/workflows/go-test-config.json +++ b/.github/workflows/go-test-config.json @@ -1,4 +1,4 @@ { - "skipOSes": ["windows"], + "skipOSes": ["windows", "macos"], "skipRace": true }