Skip to content

Merge pull request #30 from anyvm-org/dev #208

Merge pull request #30 from anyvm-org/dev

Merge pull request #30 from anyvm-org/dev #208

Workflow file for this run

name: MacOS
on:
workflow_dispatch:
release:
types: [published]
push:
branches:
- '*'
paths:
- '**.py'
- '.github/workflows/testmacos.yml'
- '.github/workflows/testrun.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
macos:
strategy:
fail-fast: false
matrix:
os: ["freebsd", "netbsd", "openbsd", "solaris", "dragonflybsd", "omnios", "openindiana"]
arch: ["aarch64", "x86_64"]
runs: ["macos-latest"]
sync: ["scp", "rsync"]
exclude:
- os: solaris
arch: aarch64
- os: dragonflybsd
arch: aarch64
- os: omnios
arch: aarch64
- os: openindiana
arch: aarch64
uses: ./.github/workflows/testrun.yml
secrets: inherit
with:
runs: ${{ matrix.runs }}
os: ${{ matrix.os }}
arch: ${{ matrix.arch }}
sync: ${{ matrix.sync }}
sleep: "sleep 10;"