diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2f2b1ea0..aea69c5a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -21,6 +21,14 @@ jobs: # such as https://github.com/thierry-martinez/stdcompat/issues/26 - 4.08.0 - 4.14.x + include: + - ocaml-compiler: 5.0.x + os: + - ubuntu-latest + - ocaml-compiler: 5.0.x + os: + - macos-latest + runs-on: ${{ matrix.os }} steps: - name: Checkout code