Skip to content

Commit

Permalink
Disable macos-5.3 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Jan 10, 2025
1 parent e36ff22 commit be89020
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/more-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
# We exclude the combination already tested in the 'ci' workflow.
- os: ubuntu-latest
ocaml-compiler: 5.3.x
# We exclude macos-5.3 - this fails when building core_unix.
- os: macos-latest
ocaml-compiler: 5.3.x

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit be89020

Please sign in to comment.