diff --git a/.github/workflows/full_win64.yml b/.github/workflows/full_win64.yml index c3ad33af9..ed0ac8794 100644 --- a/.github/workflows/full_win64.yml +++ b/.github/workflows/full_win64.yml @@ -9,7 +9,7 @@ jobs: # # ################################### windows-full-build: - runs-on: windows-2019 + runs-on: windows-2022 defaults: run: diff --git a/bin/compile_ffmpeg_deps_windows.sh b/bin/compile_ffmpeg_deps_windows.sh index 9b800b8d7..06354e270 100755 --- a/bin/compile_ffmpeg_deps_windows.sh +++ b/bin/compile_ffmpeg_deps_windows.sh @@ -33,7 +33,7 @@ fi # # Latest TAGS of all libraries # -LIBVPX_TAG=v1.12.0 +LIBVPX_TAG=v1.14.1 DAV1D_TAG=1.3.0 SVTAV1_TAG=v2.1.2 X264_TAG=stable