Skip to content

Commit d0005c9

Browse files
committed
fix/tests
1 parent fad4d32 commit d0005c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ ubuntu-latest, windows-latest ]
17+
os: [ ubuntu-latest ]
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up Docker Buildx
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [ ubuntu-latest, windows-latest ]
42+
os: [ ubuntu-latest ]
4343
needs: build-test-images
4444
steps:
4545
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)