Merge pull request #606 from kiwix/fix-oses-ci

This commit is contained in:
Matthieu Gautier 2023-05-09 14:44:17 +02:00 committed by GitHub
commit 868d82b384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ jobs:
env: env:
HOME: /home/runner HOME: /home/runner
SSH_KEY: /tmp/id_rsa SSH_KEY: /tmp/id_rsa
runs-on: ubuntu-latest runs-on: ubuntu-22.04
container: container:
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:dev" image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:dev"
options: "--device /dev/fuse --privileged" options: "--device /dev/fuse --privileged"
@ -101,7 +101,7 @@ jobs:
SSH_KEY: /tmp/id_rsa SSH_KEY: /tmp/id_rsa
PLATFORM_TARGET: flatpak PLATFORM_TARGET: flatpak
OS_NAME: focal OS_NAME: focal
runs-on: ubuntu-latest runs-on: ubuntu-22.04
steps: steps:
- name: Checkout code - name: Checkout code
shell: bash shell: bash
@ -150,7 +150,7 @@ jobs:
- macOS_arm64_static - macOS_arm64_static
- macOS_arm64_mixed - macOS_arm64_mixed
- macOS_x86_64 - macOS_x86_64
runs-on: macos-latest runs-on: macos-12
env: env:
SSH_KEY: /tmp/id_rsa SSH_KEY: /tmp/id_rsa
OS_NAME: osx OS_NAME: osx