From edc03a704fdf58ea97d08a72308497f90a4b4ba2 Mon Sep 17 00:00:00 2001 From: Oleksiy Yakovenko Date: Sat, 12 Oct 2024 15:41:22 +0200 Subject: [PATCH] Use ubuntu 18.04 for linux CI builds --- .github/workflows/linuxbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linuxbuild.yml b/.github/workflows/linuxbuild.yml index 50583f98df..a723b49996 100644 --- a/.github/workflows/linuxbuild.yml +++ b/.github/workflows/linuxbuild.yml @@ -10,7 +10,7 @@ jobs: build_linux: name: CI for Linux runs-on: ubuntu-latest - container: ubuntu:16.04 + container: ubuntu:18.04 steps: - name: Install dependencies for Linux run: |