From 335434525594e7759556cc23c5e4b2fb0282dbf1 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 17 Nov 2021 22:27:00 +0000 Subject: [PATCH] GHA: switch ocaml testing to ubuntu-18.04 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd99957e8..3bfa687a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -289,6 +289,7 @@ jobs: continue-on-error: true - SWIGLANG: ocaml continue-on-error: true + os: ubuntu-18.04 # ocaml-4.08 in ubuntu-20.04 not yet working # Run all of them, as opposed to aborting when one fails fail-fast: false