Skip to content

Commit

Permalink
[CI] Bump runner for windows release artifacts 2019 -> 2022. (#6548)
Browse files Browse the repository at this point in the history
Match what we use in CI.
  • Loading branch information
dtzSiFive authored Jan 4, 2024
1 parent c6e4139 commit 78d41a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/uploadReleaseArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
if: github.event_name == 'release' || ( github.event_name == 'workflow_dispatch' && inputs.os == 'windows' )
env:
os: windows
runner: windows-2019
runner: windows-2022
arch: x64
tar: tar czf
archive: zip
Expand Down

0 comments on commit 78d41a8

Please sign in to comment.