Skip to content

Commit

Permalink
change release.yaml images: windows-2019 to windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-codefresh authored Dec 22, 2023
1 parent 665b213 commit 3b64255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
build-windows:
name: Build & push windows
if: github.repository == 'codefresh-io/argo-workflows'
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
## Codefresh - remove dockerhub
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
test-images-windows:
name: Try pulling windows
if: github.repository == 'codefresh-io/argo-workflows'
runs-on: windows-2019
runs-on: windows-2022
needs: [ push-images ]
steps:
## Codefresh - remove dockerhub
Expand Down

0 comments on commit 3b64255

Please sign in to comment.