Skip to content

ci: Add macOS CI builds #36

ci: Add macOS CI builds

ci: Add macOS CI builds #36

Workflow file for this run

name: build
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
schedule:
- cron: '0 9 * * *'
workflow_dispatch:
jobs:
ubuntu-build:
strategy:

Check failure on line 14 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yaml (Line: 14, Col: 5): Required property is missing: runs-on
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
lfs: true
- name: Install the tool dependencies
uses: jdx/mise-action@v2
with:
experimental: true
- name: Build, test, and release
run: |
scripts/build-ubuntu.sh