Skip to content

Commit

Permalink
ci(testing): remove Windows support
Browse files Browse the repository at this point in the history
We need a 'release.ps1'.
  • Loading branch information
mvprowess committed Sep 24, 2024
1 parent 9796084 commit 7ed65fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Test
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
arch: [amd64, arm64]
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 7ed65fe

Please sign in to comment.