Skip to content

REMOVE ME: Trigger run on branch #25

REMOVE ME: Trigger run on branch

REMOVE ME: Trigger run on branch #25

name: macOS-intel trunk
on:
schedule:
# Every Monday morning, at 1:11 UTC
- cron: '11 1 * * 1'
pull_request:
push:
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.3.0+trunk'
compiler_git_ref: refs/heads/trunk
runs_on: 'macos-13'