Skip to content

Commit

Permalink
maint: don't test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gamebox committed Dec 25, 2023
1 parent a00f081 commit cb078f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
go: ['1.20', '1.21']
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- name: Setup Go environment
Expand Down

0 comments on commit cb078f6

Please sign in to comment.