From a3411c3d3701b40b335ae582db566947b1666556 Mon Sep 17 00:00:00 2001 From: Gerson Alexander Pardo Gamez Date: Sat, 13 Mar 2021 17:34:35 -0500 Subject: [PATCH] using latest macos for darwin in order to support M1 --- .github/workflows/darwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/darwin.yml b/.github/workflows/darwin.yml index 2ad12d1..1f73606 100644 --- a/.github/workflows/darwin.yml +++ b/.github/workflows/darwin.yml @@ -8,7 +8,7 @@ on: jobs: binding: - runs-on: macos-10.15 + runs-on: macos-11.0 steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2