From ba7f7a3a8ce7b18b62c756ff687ee5dc3c1bb2be Mon Sep 17 00:00:00 2001 From: oktonion <0oktonion0@gmail.com> Date: Sun, 15 Sep 2024 18:42:01 +0300 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 94c0035..026f000 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -53,8 +53,8 @@ jobs: chmod a+rwx ./build_tests.sh chmod a+rwx ./run_tests.sh - - os: ubuntu-18.04 - name: Ubuntu 18.04 g++3.4 + - os: ubuntu-20.04 + name: Ubuntu 20.04 g++3.4 COMPILER: gcc LINKER: gcc CPP_COMPILER: g++-3.4 @@ -76,8 +76,8 @@ jobs: chmod a+rwx ./build_tests.sh chmod a+rwx ./run_tests.sh - - os: ubuntu-18.04 - name: Ubuntu 18.04 g++4.4 + - os: ubuntu-20.04 + name: Ubuntu 20.04 g++4.4 COMPILER: gcc LINKER: gcc CPP_COMPILER: g++-4.4