Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-02-05 15:48:41 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-02-05 16:00:47 +0300
commit9ab02f04e1c8d37cac6db730cb9a085f445a219c (patch)
treebdc8fff6f97f0ea05eec3ec814bbfa322528dc08
parent99947d9b1889439dc4fd07971de5debae406cf0d (diff)
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.
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d9a21f501..c83127703 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
if: matrix.coverage
windows:
- runs-on: windows-latest
+ runs-on: windows-2019
strategy:
matrix:
architecture: [x86, x64]