Skip to content

Commit

Permalink
CI: skip darwin/arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <[email protected]>
  • Loading branch information
florianl committed Apr 27, 2024
1 parent 92370e1 commit 4abdea0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
matrix:
go-version: [1.14.x, 1.20.x, 1.21.x, 1.22.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
exclude:
# There is no arm64 version of Go for darwin
- go-version: "1.14.x"
platform: "macos-latest"
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
Expand Down

0 comments on commit 4abdea0

Please sign in to comment.