From 14c5eb2b9f5c5e1b9a5fd689eae47e9c1cc1b462 Mon Sep 17 00:00:00 2001 From: Andrei Avram <6795248+andreiavrammsd@users.noreply.github.com> Date: Thu, 1 May 2025 07:44:54 +0300 Subject: [PATCH] Build Ubuntu release on latest version --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c1f05be..b96e5a7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -20,8 +20,8 @@ jobs: matrix: config: - { - name: "Ubuntu 22.04 GCC (Release)", - os: ubuntu-22.04, + name: "Ubuntu Latest GCC (Release)", + os: ubuntu-latest, build_type: "Release", coverage: false, }