We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665b213 commit 3b64255Copy full SHA for 3b64255
.github/workflows/release.yaml
@@ -169,7 +169,7 @@ jobs:
169
build-windows:
170
name: Build & push windows
171
if: github.repository == 'codefresh-io/argo-workflows'
172
- runs-on: windows-2019
+ runs-on: windows-2022
173
steps:
174
- uses: actions/checkout@v2
175
## Codefresh - remove dockerhub
@@ -304,7 +304,7 @@ jobs:
304
test-images-windows:
305
name: Try pulling windows
306
307
308
needs: [ push-images ]
309
310
0 commit comments