From 4023bec2f9e60f519fbf3d55865ec581d2f94288 Mon Sep 17 00:00:00 2001 From: MattKC <34096995+itsmattkc@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:42:35 -0700 Subject: [PATCH] ci: try newer ubuntu image --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36226303f2..ebd43bc2bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: <${{ matrix.compiler-name }}, ${{ matrix.build-type }}, ${{ matrix.cmake-gen }}> - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 container: image: olivevideoeditor/ci-olive:2022.3