Skip to content

Commit

Permalink
remove windows from github builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Feb 13, 2025
1 parent 560d137 commit 8e08056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
go-version: [1.23.x]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-24.04, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Code
Expand Down

0 comments on commit 8e08056

Please sign in to comment.