From 9da26cc6fe6d277f4581e2ccb367cead0997ee2d Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 14 Dec 2021 06:20:27 +0200 Subject: [PATCH 46/46] CI: Update msys2 runner to windows-2022 See osdn #43363 Signed-off-by: Marko Lindqvist --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 722753281a..2aba03155f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: jobs: msys2: - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: check out Freeciv uses: actions/checkout@v2 -- 2.33.0