Skip to content

Commit

Permalink
Use Ubuntu:22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopmsivadas committed Jul 9, 2024
1 parent 18dbedb commit 673c798
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/meson_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@ on:
paths:
- "**.cpp"
- "**.h"
- "**.build"
pull_request:
branches: [main]
paths:
- "**.cpp"
- "**.h"
- "**.build"

jobs:
build:
name: Build and Test on ${{ matrix.os }} with Meson v${{ matrix.meson_version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
meson_version: ["1.4.1"]
steps:
- name: Set up Go
Expand All @@ -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 ../
Expand Down

0 comments on commit 673c798

Please # to comment.