From cdf9efa7f602a83c3f2cd4fd3cf79aa998ea6287 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Fri, 18 Mar 2022 23:47:21 +0100 Subject: [PATCH] CI: Use new 2022.1 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 40381ae35..fee6e4f34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: ${{ matrix.cmake-gen }}> runs-on: ubuntu-latest container: - image: olivevideoeditor/ci-olive:2021.4 + image: olivevideoeditor/ci-olive:2022.1 steps: - name: Checkout Source Code