GHA: switch ocaml testing to ubuntu-18.04

This commit is contained in:
William S Fulton 2021-11-17 22:27:00 +00:00
commit 3354345255

View file

@ -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