Skip to content

Commit

Permalink
ci: remove gh runner windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Planxnx committed Apr 8, 2023
1 parent 52b5f39 commit ff80bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
go-version: ["1.19.x", "1.x"]
name: Lint, Test and Build (${{ matrix.os }}/${{ matrix.go-version }})
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ff80bcd

Please sign in to comment.