Skip to content

Commit 02c82c1

Browse files
author
Hackathon User
committed
ci: pin VS 2022 workflows to windows-2022 runner
GitHub Actions promoted windows-latest to Windows Server 2025 (VS 17.14), which lacks the 'Visual Studio 17 2022' generator, breaking all Windows workflows. This pins them to windows-2022 to restore functionality. Refs: #7070
1 parent f5a9661 commit 02c82c1

11 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/windows_clang_debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
build:
18-
runs-on: windows-latest
18+
runs-on: windows-2022
1919

2020
steps:
2121
- uses: actions/checkout@v6

.github/workflows/windows_clang_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
build:
18-
runs-on: windows-latest
18+
runs-on: windows-2022
1919

2020
steps:
2121
- uses: actions/checkout@v6

.github/workflows/windows_debug_vs2022.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
build:
18-
runs-on: windows-latest
18+
runs-on: windows-2022
1919

2020
steps:
2121
- uses: actions/checkout@v6

.github/workflows/windows_debug_vs2022_fetch_boost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
build:
17-
runs-on: windows-latest
17+
runs-on: windows-2022
1818

1919
steps:
2020
- uses: actions/checkout@v6

.github/workflows/windows_debug_vs2022_fetch_hwloc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
build:
18-
runs-on: windows-latest
18+
runs-on: windows-2022
1919

2020
steps:
2121
- uses: actions/checkout@v6

.github/workflows/windows_debug_vs2022_local_runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on: [pull_request]
1010

1111
jobs:
1212
build:
13-
runs-on: windows-latest
13+
runs-on: windows-2022
1414

1515
steps:
1616
- uses: actions/checkout@v6

.github/workflows/windows_debug_vs2022_modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
build:
18-
runs-on: windows-latest
18+
runs-on: windows-2022
1919

2020
steps:
2121
- uses: actions/checkout@v6

.github/workflows/windows_debug_vs2022_tracy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
build:
18-
runs-on: windows-latest
18+
runs-on: windows-2022
1919

2020
steps:
2121
- uses: actions/checkout@v6

.github/workflows/windows_release_2022.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
build:
17-
runs-on: windows-latest
17+
runs-on: windows-2022
1818

1919
steps:
2020
- uses: actions/checkout@v6

.github/workflows/windows_release_gcc_mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
build:
17-
runs-on: windows-latest
17+
runs-on: windows-2022
1818

1919
steps:
2020
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)