Skip to content

Separate workflows for the 5.2 branch #25

Separate workflows for the 5.2 branch

Separate workflows for the 5.2 branch #25

Workflow file for this run

name: 32bit 5.1
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.1.1+options,ocaml-option-32bit'
timeout: 240