From be351b70a59be07d29b14dfff6f931896fcc0435 Mon Sep 17 00:00:00 2001 From: guihkx <626206+guihkx@users.noreply.github.com> Date: Fri, 8 Dec 2023 11:12:12 -0300 Subject: [PATCH] chore(ci): Update to Fedora 38 Fedora 37 reached end-of-life in December 5th, 2023: https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/BOMYDF5U3FVAQSOGM6NZEZCTRBMQQJ56/ --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 97aa64eee..b35b62b5f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -122,7 +122,7 @@ jobs: include: - os: ubuntu-20.04 # Fedora's release cycle: https://docs.fedoraproject.org/en-US/releases/lifecycle/ - container: fedora:37 + container: fedora:38 qt-version-major: 6 build-type: release