Skip to content

Commit 3b64255

Browse files
change release.yaml images: windows-2019 to windows-2022
1 parent 665b213 commit 3b64255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
build-windows:
170170
name: Build & push windows
171171
if: github.repository == 'codefresh-io/argo-workflows'
172-
runs-on: windows-2019
172+
runs-on: windows-2022
173173
steps:
174174
- uses: actions/checkout@v2
175175
## Codefresh - remove dockerhub
@@ -304,7 +304,7 @@ jobs:
304304
test-images-windows:
305305
name: Try pulling windows
306306
if: github.repository == 'codefresh-io/argo-workflows'
307-
runs-on: windows-2019
307+
runs-on: windows-2022
308308
needs: [ push-images ]
309309
steps:
310310
## Codefresh - remove dockerhub

0 commit comments

Comments
 (0)