From 3083bf7caf026d7a95afc0036f8aa91962651e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Tue, 9 Jul 2024 21:15:28 +0200 Subject: [PATCH] gha: stop testing using OCaml+AFL variants (#1073) --- .github/workflows/workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4daf89f77..844c7a17d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -22,8 +22,8 @@ jobs: - ubuntu-latest - macos-latest ocaml-compiler: - - ocaml-variants.4.14.2+options,ocaml-option-afl - - ocaml-variants.5.02.0+options,ocaml-option-afl + - 4.14 + - 5.x local-packages: - | *.opam @@ -68,8 +68,8 @@ jobs: - ubuntu-latest - macos-latest ocaml-compiler: - - ocaml-variants.4.14.2+options,ocaml-option-afl - - ocaml-variants.5.02.0+options,ocaml-option-afl + - 4.14 + - 5.x local-packages: - | *.opam