Skip to content

Commit

Permalink
Bump setup-ocaml to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Dec 18, 2024
1 parent 5842e53 commit d46f4c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
strategy:
matrix:
os:
# Error: Package 'darcs' has no installation candidate
# - ubuntu-latest
- ubuntu-22.04
- ubuntu-latest
- macos-latest
# Native support for OCaml not verified yet.
# - windows-latest
Expand All @@ -23,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: ocaml/setup-ocaml@v2
- uses: ocaml/setup-ocaml@v3.1.4
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.opam
# Error: Package 'darcs' has no installation candidate
# key: opam-ubuntu-latest-5.2.0
key: opam-ubuntu-22.04-5.2.0
key: opam-ubuntu-latest-5.2.0

# - uses: actions/checkout@v2
- uses: ocaml/setup-ocaml@v2
- uses: ocaml/setup-ocaml@v3.1.4
with:
ocaml-compiler: '5.2.0'

Expand Down

0 comments on commit d46f4c7

Please sign in to comment.