Skip to content

Commit

Permalink
chore(CI/CD): remove macos-latest testing
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Mar 23, 2022
1 parent c396235 commit 710510e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -26,8 +26,8 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: [1.13, 1.14, 1.15, 1.16, 1.17, 1.18]
os: [ubuntu-latest]
go: [1.14, 1.15, 1.16, 1.17, 1.18]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
Expand Down

0 comments on commit 710510e

Please sign in to comment.