We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0574313 commit 3dc813eCopy full SHA for 3dc813e
1 file changed
.github/workflows/ci.yml
@@ -15,14 +15,17 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- go: [1.12.x, 1.x, main]
+ go: [1.12.x, 1.x, x]
19
os: [macos-10.15]
20
arch: [amd64, arm64]
21
include:
22
- os: macos-10.15
23
friendlyName: macOS
24
# - os: windows-2019
25
# friendlyName: Windows
26
+ exclude:
27
+ - arch: arm64
28
+ go: 1.12.x
29
timeout-minutes: 60
30
env:
31
# Needed for macOS arm64 until hosted macos-11.0 runners become available
0 commit comments