We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00a172 commit 6f9af87Copy full SHA for 6f9af87
.github/workflows/ci.yml
@@ -273,10 +273,8 @@ jobs:
273
fail-fast: false
274
matrix:
275
name:
276
- [windows-2022, windows-2019]
+ [windows-2022]
277
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]
280
- name: "windows-2022"
281
runner: [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=github-mms-ws2022-containers-enabled]
282
steps:
@@ -404,7 +402,7 @@ jobs:
404
402
strategy:
405
403
406
407
- os: [windows-2019, windows-2022]
+ os: [windows-2022]
408
409
410
- name: Checkout hcsshim
0 commit comments