Skip to content

Commit

Permalink
remove windows from ci for speed purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtenorio committed Dec 10, 2024
1 parent fdd8081 commit 5cfa1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
include:
- platform: "ubuntu-22.04"
args: ""
- platform: "windows-latest"
args: ""
#- platform: "windows-latest"
# args: ""

runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 5cfa1e8

Please sign in to comment.