Skip to content

Commit

Permalink
remove windows from testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesKaufmann committed May 24, 2024
1 parent 9e1b769 commit 8f50162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
strategy:
matrix:
go: ['1.20', '1.21', '1.22']
os: [ubuntu-latest, macos-latest, windows-latest]
# TODO: also test on 'windows-latest'
os: [ubuntu-latest, macos-latest]
name: Go ${{ matrix.go }} on ${{ matrix.os }}

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 8f50162

Please sign in to comment.