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
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 2 additions and 2 deletions

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: