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 May 1, 2024
1 parent 4ba8c2a commit e5252c4
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.13.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.13.x"
platform: "macos-latest"
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
Expand Down

0 comments on commit e5252c4

Please sign in to comment.