From 6adbb54f078093642cda5246e0968a872e81c98e Mon Sep 17 00:00:00 2001 From: Prashant Gupta Date: Mon, 3 Oct 2022 21:48:45 -0700 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20switch=20to=20macos=20for?= =?UTF-8?q?=20testing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5ce974a..5bb22e1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: macos-12 steps: - uses: actions/checkout@v3