reduce ci/cd platforms

This commit is contained in:
Jesse Peterson
2025-10-07 08:52:29 -07:00
parent e27f41532f
commit 4b68e2e812

View File

@@ -11,8 +11,8 @@ jobs:
name: Build, test, and format
strategy:
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
go-version: ['1.20.x']
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2