Skip to content

Commit

Permalink
ci: cut down on runners
Browse files Browse the repository at this point in the history
this is a package and OS agnostic.  No need to run tests on multiple
operating systems.
  • Loading branch information
0x5a17ed committed May 21, 2024
1 parent 429e0b4 commit 2902faf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ jobs:
strategy:
matrix:
go-version: ["1.20.x", "1.21.x", "1.22.x"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: "${{ matrix.os }}"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2902faf

Please sign in to comment.