Skip to content

Commit

Permalink
chore(deps): update dependency windows to v2022
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 8b43e59 commit f2f31b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

test-windows:
name: Run unit tests on Windows
runs-on: windows-2019
runs-on: windows-2022
env:
GOPATH: ${{ github.workspace }}
defaults:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

package-win:
name: Create MSI & Upload into GH Release assets
runs-on: windows-2019
runs-on: windows-2022
needs: [prerelease]
env:
GOPATH: ${{ github.workspace }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

test-windows:
name: Run unit tests on Windows
runs-on: windows-2019
runs-on: windows-2022
env:
GOPATH: ${{ github.workspace }}
defaults:
Expand Down

0 comments on commit f2f31b2

Please sign in to comment.