Skip to content

Commit

Permalink
enable macOS CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Jul 26, 2024
1 parent a95648b commit d120a83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
(smtml (>= 0.2.0))
uutf
xmlm
(processor (>= 0.1))
(processor (>= 0.2))
;; doc
(odoc :with-doc)
;; test
Expand Down
2 changes: 1 addition & 1 deletion owi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d120a83

Please sign in to comment.