From 61261b3457d52aff867125c83042deeaa0b2fc56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rimas=20Misevi=C4=8Dius?= Date: Fri, 12 Jun 2026 19:13:00 +0300 Subject: [PATCH] Use ubuntu-26.04 image for code coverage reporting --- .github/workflows/test-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ubuntu.yml b/.github/workflows/test-ubuntu.yml index 3fa05fe2..2073d76b 100644 --- a/.github/workflows/test-ubuntu.yml +++ b/.github/workflows/test-ubuntu.yml @@ -53,7 +53,7 @@ jobs: install: "qt6-base-dev" - name: g++ C++17 Codecov - os: ubuntu-22.04 + os: ubuntu-26.04 cxx_compiler: g++ cxx_standard: 17 cmake_options: "-G Ninja -DUPA_TEST_COVERAGE=ON"