From 3dc813e7a797d130e8b554e58954755cc1deda9e Mon Sep 17 00:00:00 2001 From: Sergio Padrino Date: Tue, 27 Apr 2021 20:02:14 +0200 Subject: [PATCH] Fix stuff --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd5cbcd..a9d0c39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - go: [1.12.x, 1.x, main] + go: [1.12.x, 1.x, x] os: [macos-10.15] arch: [amd64, arm64] include: @@ -23,6 +23,9 @@ jobs: friendlyName: macOS # - os: windows-2019 # friendlyName: Windows + exclude: + - arch: arm64 + go: 1.12.x timeout-minutes: 60 env: # Needed for macOS arm64 until hosted macos-11.0 runners become available