Skip to content

Commit 93d0865

Browse files
Pin actions to windows-2022 runner until we update to Visual Studio 2026 (#940)
1 parent 80093ae commit 93d0865

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/chatmodes/coding-agent.chatmode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You are an AI coding agent working autonomously on FieldWorks. You complete task
1111
- Ask questions only when critical information is genuinely ambiguous
1212

1313
## Environment
14-
- You run on `windows-latest` GitHub runners (Windows Server 2022)
14+
- You run on `windows-2022` GitHub runners (Windows Server 2022)
1515
- Pre-installed: VS 2022, MSBuild, .NET Framework 4.8.1, WiX 3.14.x, clangd
1616
- Build via `.\build.ps1` or `msbuild FieldWorks.proj /p:Configuration=Debug /p:Platform=x64 /m`
1717
- Setup scripts: `Build/Agent/Setup-FwBuildEnv.ps1`, `Build/Agent/Verify-FwDependencies.ps1`

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
1919
debug_build_and_test:
2020
name: Build Debug and run tests
21-
runs-on: windows-latest
21+
runs-on: windows-2022
2222
steps:
2323
- name: Checkout Files
2424
uses: actions/checkout@v6

.github/workflows/base-installer-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
LcmRootDir: ${{ github.workspace }}/Localizations/LCM
5151
FILESTOSIGNLATER: ./signExternally
5252
name: Build Debug and run Tests
53-
runs-on: windows-latest
53+
runs-on: windows-2022
5454
steps:
5555
- name: Compute build number
5656
id: build_number

.github/workflows/openspec-validate.yml

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

99
jobs:
1010
validate-refs:
11-
runs-on: windows-latest
11+
runs-on: windows-2022
1212
steps:
1313
- uses: actions/checkout@v6
1414
- name: Validate OpenSpec cross-references

.github/workflows/patch-installer-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
GH_TOKEN: ${{ github.token }}
6565
BASE_BUILD_NUMBER: ${{ inputs.base_build_number || '1437' }}
6666
name: Build Debug and run Tests
67-
runs-on: windows-latest
67+
runs-on: windows-2022
6868
steps:
6969
- name: Compute build number for archival
7070
id: build_number

0 commit comments

Comments
 (0)