Update minimal ubuntu version used from 18.04 to 20.04

This commit is contained in:
curquiza
2024-07-08 18:33:00 +02:00
parent 677ed6bbf6
commit 5f9c05b944
5 changed files with 17 additions and 17 deletions

View File

@ -10,8 +10,8 @@ jobs:
flaky:
runs-on: ubuntu-latest
container:
# Use ubuntu-18.04 to compile with glibc 2.27, which are the production expectations
image: ubuntu:18.04
# Use ubuntu-20.04 to compile with glibc 2.28
image: ubuntu:20.04
steps:
- uses: actions/checkout@v3
- name: Install needed dependencies