diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1644b273..c8ef012e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ on: - cron: 0 1 * * MON env: - RUNC_VERSION: v1.1.12 + RUNC_VERSION: v1.1.14 jobs: build: @@ -19,7 +19,7 @@ jobs: - ubuntu-latest ocaml-compiler: - 4.14.x - - 5.2.x + - 5 runs-on: ${{ matrix.os }} @@ -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 }} @@ -64,7 +64,7 @@ jobs: - ubuntu-latest ocaml-compiler: - 4.14.x - - 5.2.x + - 5 rsync_mode: # - rsync_hardlink_unsafe - rsync_hardlink @@ -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 }} @@ -109,7 +109,7 @@ jobs: # - windows-latest # ocaml-compiler: # - 4.14.x - # - 5.2.x + # - 5 # runs-on: ${{ matrix.os }} @@ -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: | @@ -137,7 +137,7 @@ jobs: - ubuntu-latest ocaml-compiler: - 4.14.x - - 5.2.x + - 5 runs-on: ${{ matrix.os }} @@ -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 }}