Skip to content

Commit

Permalink
CI: skip macos builds
Browse files Browse the repository at this point in the history
There is an issue with gmp.h not found at the moment.
  • Loading branch information
thvnx committed May 13, 2024
1 parent f69644f commit 6403809
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 6403809

Please sign in to comment.