From c76f855e211a719850a307eda29f0340ddd8e555 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 7 May 2022 16:16:06 +0300 Subject: [PATCH 50/50] CI: Use macos-12 runner for macOS build See osdn #44523 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 e5fb4f7c25..edd0378560 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: cd windows/installer_msys2 make ci os_x: - runs-on: macos-11 + runs-on: macos-12 steps: - name: check out Freeciv uses: actions/checkout@v2 -- 2.35.1