Skip to content

Commit fd68aaa

Browse files
authored
Merge pull request #351 from CCPBioSim/350-general-update-windows-runner-to-use-vs2026-image
Update Windows runner to VS2026 image
2 parents 75689c3 + ef593fe commit fd68aaa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-24.04, macos-26, windows-2025]
21+
os: [ubuntu-24.04, macos-26, windows-2025-vs2026]
2222
python-version: ["3.12", "3.13", "3.14"]
2323

2424
steps:

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [ubuntu-24.04, macos-26, windows-2025]
26+
os: [ubuntu-24.04, macos-26, windows-2025-vs2026]
2727
python-version: ["3.12", "3.13", "3.14"]
2828

2929
steps:

.github/workflows/weekly-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-24.04, windows-2025, macos-26]
19+
os: [ubuntu-24.04, windows-2025-vs2026, macos-26]
2020
python-version: ["3.12", "3.13", "3.14"]
2121
timeout-minutes: 30
2222

0 commit comments

Comments
 (0)