-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Pin release runner image to Windows 2022 #11799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Babak K. Shandiz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR pins the Windows runner image from windows-latest
to a specific version (windows-2022
) in the deployment workflow to fix release workflow failures.
- Updates the runner specification from a floating version to a pinned version
- Ensures consistent build environment for Windows deployments
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
BagToad
approved these changes
Sep 23, 2025
Signed-off-by: Babak K. Shandiz <[email protected]>
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Sep 26, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [cli/cli](https://github.com/cli/cli) | minor | `v2.79.0` -> `v2.80.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>cli/cli (cli/cli)</summary> ### [`v2.80.0`](https://github.com/cli/cli/releases/tag/v2.80.0): GitHub CLI 2.80.0 [Compare Source](cli/cli@v2.79.0...v2.80.0) ####Manage GitHub Copilot Coding Agent From the GitHub CLI This GitHub CLI release introduces the `agent-task` commandset for managing [coding agent tasks](https://docs.github.com/en/copilot/concepts/agents/coding-agent/about-coding-agent) in `gh`: - Create tasks: `gh agent-task create "refactor the codebase"` - List all your tasks: `gh agent-task list` - View task details: `gh agent-task view 1234` - View the task log in real-time: `gh agent-task view 1234 --log --follow` For more information about command line flags and arguments, run `gh agent-task <command> --help`. The `agent-task` commandset also ships with the following aliases for convenience: - `gh agent-tasks` - `gh agent` - `gh agents` ℹ️ *The `agent-task` commandset is in preview and is subject to change without notice*. Got feedback? Let us know what you like or don't like [in an issue](https://github.com/cli/cli/issues/new?template=feedback.md) ❤️ #### What's Changed ##### ✨ Features - `gh agent-task` commandset by [@​BagToad](https://github.com/BagToad) and [@​babakks](https://github.com/babakks) in [#​11797](cli/cli#11797) ##### 🐛 Fixes - Pin release runner image to Windows 2022 by [@​babakks](https://github.com/babakks) in [#​11799](cli/cli#11799) **Full Changelog**: <cli/cli@v2.79.0...v2.80.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMjcuMiIsInVwZGF0ZWRJblZlciI6IjQxLjEyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is to fix the failure in release workflow.