From 16d5fec0c1110861fb33d04beb39e62f4c99607f Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Thu, 25 Jan 2024 01:03:53 +0000 Subject: [PATCH] Use gcc-10 for building Ubuntu 20.04 release binaries --- .github/workflows/release-linux-distros.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-linux-distros.yml b/.github/workflows/release-linux-distros.yml index 21c8f160c6..7722297c21 100644 --- a/.github/workflows/release-linux-distros.yml +++ b/.github/workflows/release-linux-distros.yml @@ -18,8 +18,8 @@ jobs: include: - container_image: "ubuntu:20.04" bundle_name: "focal" - compiler: "g++" - c_compiler: "gcc" + compiler: "g++-10" + c_compiler: "gcc-10" - container_image: "ubuntu:22.04" bundle_name: "jammy" compiler: "g++"