mirror of https://github.com/kiwix/libkiwix.git
Ubuntu 20.04 & macos 11 as OS in CI
This commit is contained in:
parent
ae605dc26d
commit
0afa5e569c
|
@ -8,7 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
macOS:
|
macOS:
|
||||||
runs-on: macos-12
|
runs-on: macos-11
|
||||||
env:
|
env:
|
||||||
HOME: /Users/runner
|
HOME: /Users/runner
|
||||||
steps:
|
steps:
|
||||||
|
@ -78,7 +78,7 @@ jobs:
|
||||||
lib_postfix: '64'
|
lib_postfix: '64'
|
||||||
env:
|
env:
|
||||||
HOME: /home/runner
|
HOME: /home/runner
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
container:
|
container:
|
||||||
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:37"
|
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:37"
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue