mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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.
This commit is contained in:
parent
99947d9b18
commit
9ab02f04e1
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
if: matrix.coverage
|
||||
|
||||
windows:
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2019
|
||||
strategy:
|
||||
matrix:
|
||||
architecture: [x86, x64]
|
||||
|
Loading…
Reference in New Issue
Block a user