Skip to content

Commit 38e4f5f

Browse files
CISO-1497 - Switch Windows GHA runners to Windows 2022
As of June 2026, the Windows 2025 runners have started shipping with Visual Studio 26. Per GitHub's docs, the only way to get VS 22 now is to use a Windows 2022 runner.
1 parent cea86b1 commit 38e4f5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions: {}
66

77
jobs:
88
integration-tests:
9-
runs-on: cx-public-windows-x64
9+
runs-on: cx-public-windows-2022-x64
1010
permissions:
1111
contents: write
1212
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434

3535
jobs:
3636
release:
37-
runs-on: cx-public-windows-x64
37+
runs-on: cx-public-windows-2022-x64
3838
permissions:
3939
contents: write
4040
outputs:

0 commit comments

Comments
 (0)