From d120a83ccda7eb417a66c7ddfae85fec62e17de4 Mon Sep 17 00:00:00 2001 From: zapashcanon Date: Tue, 23 Jul 2024 10:47:51 +0200 Subject: [PATCH] enable macOS CI again --- .github/workflows/build.yml | 4 ++-- dune-project | 2 +- owi.opam | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04ab21a33..838f2dd0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,8 @@ jobs: fail-fast: false matrix: os: - # Deactivated, see: https://github.com/OCamlPro/owi/issues/346 - #- macos-latest + - macos-latest # macOS ARM64 + # - macos-latest-large # macOS x86_64 # disabled because we're poor - ubuntu-latest # - windows-latest see #5 ocaml-compiler: diff --git a/dune-project b/dune-project index 4f0fc6f53..aaef84609 100644 --- a/dune-project +++ b/dune-project @@ -55,7 +55,7 @@ (smtml (>= 0.2.0)) uutf xmlm - (processor (>= 0.1)) + (processor (>= 0.2)) ;; doc (odoc :with-doc) ;; test diff --git a/owi.opam b/owi.opam index 75b86e50f..a79e23000 100644 --- a/owi.opam +++ b/owi.opam @@ -32,7 +32,7 @@ depends: [ "smtml" {>= "0.2.0"} "uutf" "xmlm" - "processor" {>= "0.1"} + "processor" {>= "0.2"} "odoc" {with-doc} "mdx" {with-test & >= "2.1"} "bisect_ppx" {>= "2.5" & with-dev-setup}