Skip to content

Commit

Permalink
Fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiou87 committed Apr 27, 2021
1 parent 0574313 commit 3dc813e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ 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:
- os: macos-10.15
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
Expand Down

0 comments on commit 3dc813e

Please sign in to comment.