Skip to content

Commit

Permalink
Remove Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Apr 8, 2024
1 parent 25d7763 commit 24c6063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
group: [1, 2, 3, 4]
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
group: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
include:
- os: ubuntu-latest
name: Linux
Expand Down

0 comments on commit 24c6063

Please sign in to comment.