Skip to content

Commit

Permalink
ci: remove windows from matrix:
Browse files Browse the repository at this point in the history
  • Loading branch information
jahvon committed Oct 11, 2024
1 parent 39228e0 commit b6e9e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Validate

on:
push:
Expand All @@ -14,7 +14,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest] # TODO: Explore adding Windows support
runs-on: ${{ matrix.os }}
env:
GO111MODULE: on
Expand Down

0 comments on commit b6e9e9e

Please sign in to comment.