From ab6e43fa7f1302fbc908dd34cb8197b5269b6b93 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Thu, 7 Nov 2024 23:52:12 +0100 Subject: [PATCH] Update system.yml --- .github/workflows/system.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/system.yml b/.github/workflows/system.yml index c255647a..04554714 100644 --- a/.github/workflows/system.yml +++ b/.github/workflows/system.yml @@ -30,14 +30,14 @@ jobs: cxx: "g++", } - { - name: "Ubuntu Bionic GCC", - os: ubuntu-18.04, + name: "Ubuntu Focal GCC", + os: ubuntu-20.04, build_type: "Release", cc: "gcc", cxx: "g++", } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install dependencies on ubuntu if: startsWith(matrix.config.name, 'Ubuntu')