Skip to content

Commit f422253

Browse files
committed
Disable deprecated windows 2019 runner
hcs::CreateComputeSystem c12e839a7b928b6464c68df35ff3a006bca17060fb69bc07aafe2737dcf12175: The container operating system does not match the host operating system. make: *** [Makefile:62: image] Error 1 Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 1ad3d9f commit f422253

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- version: v1.19
18-
os-version: 2019
17+
# Even though dropped from GitHub Actions, but LTSC2019 itself is still maintained
18+
# - version: v1.19
19+
# os-version: 2019
1920
- version: v1.19
2021
os-version: 2022
2122
runs-on: windows-${{ matrix.os-version }}

0 commit comments

Comments
 (0)