You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Updating builders for ubuntu 20.04 (depreciated), to now build on 22.04 and 24.04
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -11,8 +11,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
sys:
|
||||
- { os: ubuntu-20.04, shell: bash }
|
||||
- { os: ubuntu-22.04, shell: bash }
|
||||
- { os: ubuntu-24.04, shell: bash }
|
||||
#- { os: windows-2022, shell: 'msys2 {0}' } Disabled until we upgrade to C++17 and find_package(Protobuf CONFIG REQUIRED)
|
||||
compiler:
|
||||
- { cc: gcc, cxx: g++ }
|
||||
|
||||
Reference in New Issue
Block a user