Skip to content

Commit f125ddc

Browse files
committed
ci: cleanup matrix build
1 parent a7fc0d9 commit f125ddc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ on:
55
- pull_request
66
jobs:
77
build:
8-
runs-on: ${{ matrix.go }}
8+
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
go: [1.20.x, 1.21.x, 1.22.x]
12-
os: [ubuntu-latest, macos-latest, windows-latest]
11+
go: [stable]
1312
steps:
1413
- uses: actions/checkout@v4
1514
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)