Use Ubuntu 18.04 for all CI tasks that previously used Ubuntu 20.04

This is to prevent linking with a version of glibc that is too recent.

With meilisearch v0.29.0 we inadvertently bumped the minimum supported
glibc version to 2.29, which means it couldn't be run from Debian 10
(for example) anymore. By using Ubuntu 18.04, which uses glibc 2.27, we
restore support for older Linux distros.
This commit is contained in:
Loïc Lecrenier
2022-10-06 10:13:50 +02:00
committed by Clémentine Urquizar
parent fa315352da
commit a5e23aa6e4
7 changed files with 59 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
status = [
'Tests on ubuntu-20.04',
'Tests on ubuntu-18.04',
'Tests on macos-latest',
'Tests on windows-latest',
'Run Clippy',