From bece72785dcbeba00e6424d78a941450fda78929 Mon Sep 17 00:00:00 2001 From: ichizok Date: Fri, 11 Feb 2022 11:09:40 +0000 Subject: [PATCH] patch 8.2.4342: CI will soon switch to other windows version Problem: CI will soon switch to other windows version. Solution: Use "windows-2019" instead of "windows-latest". (Ozaki Kiichi, closes #9740) --- .github/workflows/ci.yml | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 038fec5b6..70c8eec5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -344,7 +344,7 @@ jobs: make ${TEST} windows: - runs-on: windows-latest + runs-on: windows-2019 env: VCVARSALL: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat diff --git a/src/version.c b/src/version.c index d78e2d1b4..d8640c7ff 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4342, /**/ 4341, /**/ -- 2.40.0