Skip to content

Commit 4abdea0

Browse files
committed
CI: skip darwin/arm64
Signed-off-by: Florian Lehner <[email protected]>
1 parent 92370e1 commit 4abdea0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
matrix:
1313
go-version: [1.14.x, 1.20.x, 1.21.x, 1.22.x]
1414
platform: [ubuntu-latest, macos-latest, windows-latest]
15+
exclude:
16+
# There is no arm64 version of Go for darwin
17+
- go-version: "1.14.x"
18+
platform: "macos-latest"
1519
runs-on: ${{ matrix.platform }}
1620
steps:
1721
- name: Install Go

0 commit comments

Comments
 (0)