From 0afa5e569ceb40692512a1d204afa0ed800e3314 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Fri, 26 May 2023 14:07:03 +0200 Subject: [PATCH] Ubuntu 20.04 & macos 11 as OS in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9b05e9c4..aa479bac3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: macOS: - runs-on: macos-12 + runs-on: macos-11 env: HOME: /Users/runner steps: @@ -78,7 +78,7 @@ jobs: lib_postfix: '64' env: HOME: /home/runner - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 container: image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:37" steps: