We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c41f9b + 9d3b02e commit 21a6d8bCopy full SHA for 21a6d8b
.github/workflows/test-os.yml
@@ -71,7 +71,6 @@ jobs:
71
72
test-windows-amd64:
73
runs-on: ${{ matrix.os }}
74
- continue-on-error: ${{ matrix.os == 'windows-2025' }}
75
needs:
76
- build
77
env:
@@ -80,7 +79,7 @@ jobs:
80
79
strategy:
81
fail-fast: false
82
matrix:
83
- os: [windows-2022, windows-2025]
+ os: [windows-2022]
84
worker:
85
- containerd
86
pkg:
@@ -106,10 +105,6 @@ jobs:
106
105
worker: containerd
107
pkg: ./...
108
skip-integration-tests: 1
109
- - os: windows-2025
110
- worker: containerd
111
- pkg: ./...
112
- skip-integration-tests: 1
113
steps:
114
-
115
name: Prepare
0 commit comments