From 92bd48453f464c813ba4fb2a2df26a37c18d5ac4 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Wed, 23 Aug 2023 09:32:28 +0200 Subject: [PATCH] Update go-test-config.json --- .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 abfb8f9..ba85545 100644 --- a/.github/workflows/go-test-config.json +++ b/.github/workflows/go-test-config.json @@ -1,4 +1,4 @@ { "skip32bit": true, - "skipOSes": ["windows"] + "skipOSes": ["macos", "windows"] }