Skip to content

Commit 3dc813e

Browse files
committed
Fix stuff
1 parent 0574313 commit 3dc813e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
go: [1.12.x, 1.x, main]
18+
go: [1.12.x, 1.x, x]
1919
os: [macos-10.15]
2020
arch: [amd64, arm64]
2121
include:
2222
- os: macos-10.15
2323
friendlyName: macOS
2424
# - os: windows-2019
2525
# friendlyName: Windows
26+
exclude:
27+
- arch: arm64
28+
go: 1.12.x
2629
timeout-minutes: 60
2730
env:
2831
# Needed for macOS arm64 until hosted macos-11.0 runners become available

0 commit comments

Comments
 (0)