Skip to content

Commit 9ab02f0

Browse files
committed
CI: Test with Windows Server 2019
In nearly days, `windows-latest` image on GHA was changed to Windows Server 2022. That causes build errors on building a cython script. To avoid the problem, this pins the image for testing on GHA to Windows Server 2019.
1 parent 99947d9 commit 9ab02f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: matrix.coverage
6161

6262
windows:
63-
runs-on: windows-latest
63+
runs-on: windows-2019
6464
strategy:
6565
matrix:
6666
architecture: [x86, x64]

0 commit comments

Comments
 (0)