Skip to content

MISC: macbuild.sh: HLS doesn't work on macOS right now, skip make check #55

MISC: macbuild.sh: HLS doesn't work on macOS right now, skip make check

MISC: macbuild.sh: HLS doesn't work on macOS right now, skip make check #55

Workflow file for this run

# https://rhysd.github.io/actionlint/
name: Testing
on: [push]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test Linux Build
run: misc/dbuild.sh
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Test macOS Build
run: misc/macbuild.sh
macos-13:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Test macOS Build
run: misc/macbuild.sh