Skip to content

Commit

Permalink
Specify more specific ocaml version for the workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artamus committed Sep 3, 2024
1 parent b189850 commit eb1e40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
include:
- os: ubuntu-latest
asset: git-split-linux-amd64
ocaml-version: ocaml-variants.4.14+options,ocaml-option-flambda
ocaml-version: ocaml-variants.4.14.2+options,ocaml-option-flambda
- os: macos-latest
asset: git-split-macos-amd64
ocaml-version: ocaml-variants.4.14+options,ocaml-option-flambda
ocaml-version: ocaml-variants.4.14.2+options,ocaml-option-flambda

env:
# Ensure opam will not stop because it waits on some user input.
Expand Down

0 comments on commit eb1e40b

Please sign in to comment.