Skip to content

Commit

Permalink
Only use old ocaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Nov 18, 2023
1 parent 86e9577 commit 5953802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ocaml: ["4.08.1", "5.0.0"]
ocaml: ["4.08.1"]
steps:
- uses: actions/checkout@main
with:
Expand Down
2 changes: 1 addition & 1 deletion extra/github-actions/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ocaml: ["4.08.1", "5.0.0"]
ocaml: ["4.08.1"]
steps:
- uses: actions/checkout@main
with:
Expand Down

0 comments on commit 5953802

Please sign in to comment.