From 35216aa9bedaa63e01523955e422ad4487850b71 Mon Sep 17 00:00:00 2001 From: SachinVin <26602104+SachinVin@users.noreply.github.com> Date: Sat, 12 Feb 2022 12:25:37 +0530 Subject: [PATCH] Update SDL to 2.0.18 and FFMPEG to 5.0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d51ce3..ca59b0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,8 @@ jobs: macos: runs-on: macos-latest env: - SDL_VER: "2.0.16" - FFMPEG_VER: "4.4" + SDL_VER: "2.0.18" + FFMPEG_VER: "5.0" MACOSX_DEPLOYMENT_TARGET: "10.13" CCACHE_CPP2: "yes" CCACHE_SLOPPINESS: "time_macros"