From eacee9e1311a8f45da89a1430a6f16019e4433a5 Mon Sep 17 00:00:00 2001 From: Brian Han Date: Thu, 14 Mar 2024 11:44:31 -0700 Subject: [PATCH] Ubuntu version --- docker/gcc-ubuntu/spack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/gcc-ubuntu/spack.yaml b/docker/gcc-ubuntu/spack.yaml index abce0d46..3ec10ced 100644 --- a/docker/gcc-ubuntu/spack.yaml +++ b/docker/gcc-ubuntu/spack.yaml @@ -50,7 +50,7 @@ spack: cflags: -pthread cxxflags: -pthread modules: [] - operating_system: ubuntu22.04 + operating_system: ubuntu20.04 paths: cc: /usr/bin/gcc-10 cxx: /usr/bin/g++-10 @@ -65,7 +65,7 @@ spack: cflags: -pthread cxxflags: -pthread modules: [] - operating_system: ubuntu22.04 + operating_system: ubuntu20.04 paths: cc: /usr/bin/gcc-9 cxx: /usr/bin/g++-9