Skip to content

Add back some inspection on MacOS, bump version #216

Add back some inspection on MacOS, bump version

Add back some inspection on MacOS, bump version #216

Workflow file for this run

name: "CI qemu cross"
on: [push, pull_request]
jobs:
qemu-cross:
strategy:
matrix:
include: [
{ platform: s390x }
]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- name: qemu ${{ matrix.platform }} build and test
uses: ./.github/actions/qemu-cross
with:
platform: ${{ matrix.platform }}