Ubuntu 20.04 & macos 11 as OS in CI

This commit is contained in:
Emmanuel Engelhart
2023-05-26 14:07:03 +02:00
parent ae605dc26d
commit 0afa5e569c

View File

@@ -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: