From 44aa040dde4075c366777db1c534c4dd753ad57b Mon Sep 17 00:00:00 2001 From: George Leontiev Date: Fri, 28 Jun 2024 13:58:18 +0000 Subject: [PATCH] simplify --- .github/workflows/workflow.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 53baa6c..f7549c5 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -17,11 +17,7 @@ jobs: matrix: os: [macos-latest, ubuntu-latest, windows-latest] ocaml: - - ocaml-base-compiler.5.1.0 - include: - - {os: ubuntu-latest, ocaml: 5.1.0} - - {os: ubuntu-latest, ocaml: 5.1.1} - - {os: ubuntu-latest, ocaml: 5.2.0} + - ocaml-base-compiler.5.2.0 runs-on: ${{ matrix.os }}