Skip to content

Weekly Native Build

Weekly Native Build #4

name: Weekly Native Build
on:
schedule:
- cron: '30 8 * * 0'
workflow_dispatch:
jobs:
native-check:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-latest, macos-15-intel ]
uses: ./.github/workflows/native-build.yml
with:
platform: ${{ matrix.os }}