From 10f8d5753475c010fed3e948f1602650b402889c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Tue, 3 Sep 2024 10:39:27 +0200 Subject: [PATCH 1/3] gha: update to runc 1.1.14 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1644b273..9a89d91e 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: From 1e26b984bc886916cfb389f5c67ea8c68e1f9d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Tue, 3 Sep 2024 10:41:36 +0200 Subject: [PATCH 2/3] gha: update to setup-ocaml@v3 --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a89d91e..1635b323 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }} @@ -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 }} @@ -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: | @@ -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 }} From 1220741d7c07f133050272c3d23018c438d65d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Tue, 3 Sep 2024 10:42:08 +0200 Subject: [PATCH 3/3] gha: use the latest OCaml 5 --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1635b323..c8ef012e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: - ubuntu-latest ocaml-compiler: - 4.14.x - - 5.2.x + - 5 runs-on: ${{ matrix.os }} @@ -64,7 +64,7 @@ jobs: - ubuntu-latest ocaml-compiler: - 4.14.x - - 5.2.x + - 5 rsync_mode: # - rsync_hardlink_unsafe - rsync_hardlink @@ -109,7 +109,7 @@ jobs: # - windows-latest # ocaml-compiler: # - 4.14.x - # - 5.2.x + # - 5 # runs-on: ${{ matrix.os }} @@ -137,7 +137,7 @@ jobs: - ubuntu-latest ocaml-compiler: - 4.14.x - - 5.2.x + - 5 runs-on: ${{ matrix.os }}