We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad4d32 commit d0005c9Copy full SHA for d0005c9
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- os: [ ubuntu-latest, windows-latest ]
+ os: [ ubuntu-latest ]
18
steps:
19
- uses: actions/checkout@v4
20
- name: Set up Docker Buildx
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
needs: build-test-images
44
45
0 commit comments