Skip to content

Commit 6f9af87

Browse files
committed
remove WS2019 runner
Signed-off-by: Maksim An <maksiman@microsoft.com>
1 parent e00a172 commit 6f9af87

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,8 @@ jobs:
273273
fail-fast: false
274274
matrix:
275275
name:
276-
[windows-2022, windows-2019]
276+
[windows-2022]
277277
include:
278-
- name: "windows-2019"
279-
runner: [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=github-mms-ws2019-containers-enabled]
280278
- name: "windows-2022"
281279
runner: [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=github-mms-ws2022-containers-enabled]
282280
steps:
@@ -404,7 +402,7 @@ jobs:
404402
strategy:
405403
fail-fast: false
406404
matrix:
407-
os: [windows-2019, windows-2022]
405+
os: [windows-2022]
408406

409407
steps:
410408
- name: Checkout hcsshim

0 commit comments

Comments
 (0)