Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the GHA workflow #187

Merged
merged 3 commits into from
Sep 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cron: 0 1 * * MON

env:
RUNC_VERSION: v1.1.12
RUNC_VERSION: v1.1.14

jobs:
build:
Expand All @@ -19,7 +19,7 @@ jobs:
- ubuntu-latest
ocaml-compiler:
- 4.14.x
- 5.2.x
- 5

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

Expand All @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

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 All @@ -81,7 +81,7 @@ jobs:
uses: actions/checkout@v4

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

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 All @@ -118,7 +118,7 @@ jobs:
# uses: actions/checkout@v4

# - name: Use OCaml ${{ matrix.ocaml-compiler }}
# uses: ocaml/setup-ocaml@v2
# uses: ocaml/setup-ocaml@v3
# with:
# ocaml-compiler: ${{ matrix.ocaml-compiler }}
# opam-repositories: |
Expand All @@ -137,7 +137,7 @@ jobs:
- ubuntu-latest
ocaml-compiler:
- 4.14.x
- 5.2.x
- 5

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

Expand All @@ -146,7 +146,7 @@ jobs:
uses: actions/checkout@v4

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

Expand Down