From 673c7988a742f0a33ab2ce1fe0b17a8ec0724c93 Mon Sep 17 00:00:00 2001 From: Anoop M S Date: Tue, 9 Jul 2024 20:07:55 +0530 Subject: [PATCH] Use Ubuntu:22.04 --- .github/workflows/meson_cpp.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/meson_cpp.yml b/.github/workflows/meson_cpp.yml index f6be92f..82d28a4 100644 --- a/.github/workflows/meson_cpp.yml +++ b/.github/workflows/meson_cpp.yml @@ -5,11 +5,13 @@ on: paths: - "**.cpp" - "**.h" + - "**.build" pull_request: branches: [main] paths: - "**.cpp" - "**.h" + - "**.build" jobs: build: @@ -17,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04] + os: [ubuntu-22.04] meson_version: ["1.4.1"] steps: - name: Set up Go @@ -29,7 +31,7 @@ jobs: with: python-version: '3.x' - name: Install Fcitx5 dev packages - run: sudo apt install -y fcitx5-modules-dev libfcitx5core-dev + run: sudo apt install -y fcitx5-modules-dev - name: Build and install Varnam run: | cd ../