Skip to content

Commit

Permalink
ci: cleanup matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbellone committed Apr 19, 2024
1 parent a7fc0d9 commit f125ddc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ on:
- pull_request
jobs:
build:
runs-on: ${{ matrix.go }}
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.20.x, 1.21.x, 1.22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
go: [stable]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down

0 comments on commit f125ddc

Please sign in to comment.