Skip to content

Commit 19a9d94

Browse files
authored
update runners (DataDog#20652)
1 parent a5bc020 commit 19a9d94

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.ddev/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ platforms = ["linux", "windows"]
4242

4343
[overrides.ci.sqlserver]
4444
platforms = ["windows", "linux"]
45-
runners = { windows = ["windows-2019"] }
45+
runners = { windows = ["windows-2025"] }
4646

4747
[overrides.ci.tcp_check]
4848
platforms = ["linux", "windows"]

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3560,7 +3560,7 @@ jobs:
35603560
job-name: SQL Server on Windows
35613561
target: sqlserver
35623562
platform: windows
3563-
runner: '["windows-2019"]'
3563+
runner: '["windows-2025"]'
35643564
repo: "${{ inputs.repo }}"
35653565
python-version: "${{ inputs.python-version }}"
35663566
standard: ${{ inputs.standard }}

docs/developer/meta/ci/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ To override the runners for each platform, one can set the `overrides.ci.<TARGET
130130

131131
```toml
132132
[overrides.ci.sqlserver]
133-
runners = { windows = ["windows-2019"] }
133+
runners = { windows = ["windows-2025"] }
134134
```
135135

136136
### Exclusion

0 commit comments

Comments
 (0)