From 67acec2d86f04204318609ff8d8c7c8e39e22f1c Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Sun, 24 Aug 2025 12:11:11 +0200 Subject: [PATCH] Build with only one older OCaml version --- .github/workflows/ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6cf917bb5..3a63943927 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,15 +58,7 @@ jobs: node-target: win32-x64 rust-target: x86_64-pc-windows-gnu - # Verify that the compiler still builds with older OCaml versions - - os: ubuntu-24.04 - ocaml_compiler: ocaml-variants.5.2.1+options,ocaml-option-static - node-target: linux-x64 - rust-target: x86_64-unknown-linux-musl - - os: ubuntu-24.04 - ocaml_compiler: ocaml-variants.5.0.0+options,ocaml-option-static - node-target: linux-x64 - rust-target: x86_64-unknown-linux-musl + # Verify that the compiler still builds with the oldest OCaml version we support. - os: ubuntu-24.04 ocaml_compiler: ocaml-variants.4.14.2+options,ocaml-option-static node-target: linux-x64