Skip to content

Commit

Permalink
ci: should not have built windows in that matrix..
Browse files Browse the repository at this point in the history
  • Loading branch information
eras committed Jan 1, 2023
1 parent cb38bd4 commit 26effe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
contents: write
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
# macos-latest crashes
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 26effe4

Please sign in to comment.