Skip to content

Commit

Permalink
Revert "CI: skip macos builds"
Browse files Browse the repository at this point in the history
This reverts commit 646cddb.
  • Loading branch information
thvnx committed Sep 3, 2024
1 parent 355fb1b commit bc11ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
main:
strategy:
matrix:
platform: [ubuntu-latest] # macos-latest
platform: [ubuntu-latest, macos-latest]
ocaml-compiler: [4.12.1, 4.14.0, 5.0.0, 5.1.1, 5.2.0]
runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit bc11ac2

Please sign in to comment.