Skip to content

Commit

Permalink
gha: use the latest OCaml 5
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Sep 3, 2024
1 parent 8ce7cd8 commit bc6eca8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- ubuntu-latest
ocaml-compiler:
- 4.14.x
- 5.2.x
- 5

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

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- ubuntu-latest
ocaml-compiler:
- 4.14.x
- 5.2.x
- 5
rsync_mode:
# - rsync_hardlink_unsafe
- rsync_hardlink
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
# - windows-latest
# ocaml-compiler:
# - 4.14.x
# - 5.2.x
# - 5

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

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- ubuntu-latest
ocaml-compiler:
- 4.14.x
- 5.2.x
- 5

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

Expand Down

0 comments on commit bc6eca8

Please sign in to comment.