Skip to content

Commit c88bfde

Browse files
authored
ci: use windows-latest image for github CI (#7508)
## Problem - `windows-2019` image is being deprecated on 6/30/2025 - See here: actions/runner-images#12045 ## Solution - update to use `windows-latest` image for github CI --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent b8ffaa4 commit c88bfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
windows:
185185
needs: lint-commits
186186
name: test Windows
187-
runs-on: windows-2019
187+
runs-on: windows-latest
188188
strategy:
189189
fail-fast: false
190190
matrix:

0 commit comments

Comments
 (0)