From f7d224c863cfcdc77631485adf3ffa00f8ce5325 Mon Sep 17 00:00:00 2001 From: Hleb Valoshka <375gnu@gmail.com> Date: Sat, 22 Feb 2025 10:54:55 +0200 Subject: [PATCH] [ci] move away from deprecates OSes --- .cirrus.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index c4620509ce..6d8936f1b4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,7 +2,7 @@ task: name: freebsd amd64 skip: "changesIncludeOnly('doc/*')" freebsd_instance: - image_family: freebsd-14-1 + image_family: freebsd-14-2 install_script: | pkg install -y cmake \ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af508da4fb..44c873fb8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,8 +181,8 @@ jobs: fail-fast: false matrix: config: - - os: ubuntu-20.04 - avif: OFF # Not supported on Ubuntu20.04 + - os: ubuntu-22.04 + avif: ON gles: ON gtk3: ON minaudio: ON