Skip to content

Commit

Permalink
GitHub Actions: update matrix to exclude old Go versions on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed Oct 18, 2023
1 parent 1981f3f commit 2a3d242
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
os:
- ubuntu-latest
- macos-latest
exclude:
# Old Go releases fail on recent MacOS.
- os: macos-latest
go-version:
- 1.10.x
- 1.9.x
- 1.8.x
#arch:
# - amd64
# - ppc64le
Expand Down

0 comments on commit 2a3d242

Please sign in to comment.