Skip to content

Commit

Permalink
ci: Migrate to Ubuntu 24.04
Browse files Browse the repository at this point in the history
Use latest LTS to check build.

Signed-off-by: Artem Senichev <artemsen@gmail.com>
  • Loading branch information
artemsen committed Sep 28, 2024
1 parent 7128fed commit 820e35b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
sudo apt install --no-install-recommends --yes
build-essential meson pkg-config wayland-protocols
libwayland-dev libjson-c-dev libxkbcommon-dev
libfreetype-dev libfontconfig-dev
libfreetype-dev libfontconfig-dev libexif-dev
libopenexr-dev libgif-dev libheif-dev libavif-dev
libjpeg-dev librsvg2-dev libtiff-dev libwebp-dev
libopenexr-dev libjxl-dev
libgtest-dev cmake
- name: Install gtest
Expand All @@ -46,10 +47,10 @@ jobs:
-D heif=enabled
-D bash=enabled
-D exif=enabled
-D exr=auto
-D exr=enabled
-D gif=enabled
-D jpeg=enabled
-D jxl=auto
-D jxl=enabled
-D svg=enabled
-D tiff=enabled
-D webp=enabled
Expand Down

0 comments on commit 820e35b

Please sign in to comment.