Skip to content

Commit

Permalink
remove windows testing for now - will make separate pr
Browse files Browse the repository at this point in the history
  • Loading branch information
CtrlSpice committed Oct 21, 2024
1 parent c5a850d commit ba7701d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: windows-latest
env:
NO_WINDOWS_SERVICE: 0
os: [ubuntu-latest, macos-latest]
# include:
# - os: windows-latest
# env:
# NO_WINDOWS_SERVICE: 0


steps:
Expand Down

0 comments on commit ba7701d

Please sign in to comment.