From 194eae0693b505d86a4a10752fd91f3953a7c447 Mon Sep 17 00:00:00 2001 From: Bernard Teo Date: Wed, 5 Mar 2025 00:49:43 +0800 Subject: [PATCH] CI: Switch Ubuntu 20.04 to Ubuntu 22.04 (#161) Ubuntu 20.04 is being retired from GitHub Actions. --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ad322b4..1ead142 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -42,7 +42,7 @@ jobs: strategy: matrix: - os: [ {label: ubuntu-latest, name: latest}, {label: ubuntu-20.04, name: 20.04} ] + os: [ {label: ubuntu-latest, name: latest}, {label: ubuntu-22.04, name: 22.04} ] portal: [ {flag: OFF, dep: libgtk-3-dev, name: GTK}, {flag: ON, dep: libdbus-1-dev, name: Portal} ] # The NFD_PORTAL setting defaults to OFF (i.e. uses GTK) autoappend: [ {flag: OFF, name: NoAppendExtn} ] # By default the NFD_PORTAL mode does not append extensions, because it breaks some features of the portal compiler: [ {c: gcc, cpp: g++, name: GCC}, {c: clang, cpp: clang++, name: Clang} ] # The default compiler is gcc/g++