Skip to content

Commit

Permalink
update required mpv versoin to 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Nov 13, 2023
1 parent a7f2e4f commit 420bba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: Ubuntu
steps:
- uses: actions/checkout@v3
Expand All @@ -23,8 +23,6 @@ jobs:
libfuse2 libgtk-3-dev libglfw3-dev libfreetype6-dev libmpv-dev
- name: Build ImPlay
env:
CC: gcc-10
CXX: g++-10
DEPLOY_GTK_VERSION: 3
run: |
mkdir build && cd build
Expand All @@ -43,7 +41,7 @@ jobs:
build/ImPlay-*.AppImage
build/ImPlay-*.deb
macos:
runs-on: macos-11
runs-on: macos-12
name: macOS
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if(USE_MPV_WIN_BUILD)
include(GetMpvWinDev)
get_mpv_win_dev(mpv_dev)
else()
pkg_search_module(MPV REQUIRED mpv>=0.29.0)
pkg_search_module(MPV REQUIRED mpv>=0.33.0)
endif()
if(USE_PATCHED_GLFW)
add_subdirectory(third_party/glfw)
Expand Down

0 comments on commit 420bba4

Please sign in to comment.