Skip to content

Commit

Permalink
remove failing Go versions on macos-latest (#4655)
Browse files Browse the repository at this point in the history
* remove failing Go versions on macos-latest
  • Loading branch information
isaiahvita authored Feb 14, 2023
1 parent 5c57830 commit cc5f9c0
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ jobs:
- 1.15.x
- 1.16.x
- 1.17.x
exclude:
- os: macos-latest
go-version: 1.12.x
- os: macos-latest
go-version: 1.13.x
- os: macos-latest
go-version: 1.14.x
- os: macos-latest
go-version: 1.15.x
- os: macos-latest
go-version: 1.16.x
steps:
- name: Setup Go
uses: actions/setup-go@v2
Expand All @@ -76,7 +87,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
go-version:
- 1.5.x
- 1.6.x
Expand All @@ -86,11 +97,6 @@ jobs:
- 1.10.x
- 1.11.x
- 1.12.x
exclude:
- os: macos-latest
go-version: 1.5.x
- os: macos-latest
go-version: 1.6.x
include:
- os: windows-latest
go-version: 1.12.x
Expand Down

0 comments on commit cc5f9c0

Please sign in to comment.