mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-02 10:27:15 +01:00
bump build versions
This commit is contained in:
parent
c5cf8bda5c
commit
41d4eddb44
8
.github/workflows/rssguard.yml
vendored
8
.github/workflows/rssguard.yml
vendored
@ -33,20 +33,20 @@ jobs:
|
||||
runs-on: "${{ matrix.os }}"
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-2019, ubuntu-20.04, macos-11]
|
||||
os: [windows-2022, ubuntu-20.04, macos-14-large]
|
||||
no_lite: ["ON", "OFF"]
|
||||
use_qt5: ["ON", "OFF"]
|
||||
include:
|
||||
- os: windows-2019
|
||||
- os: windows-2022
|
||||
script_name: .\resources\scripts\github-actions\build-windows.ps1
|
||||
- os: ubuntu-20.04
|
||||
script_name: ./resources/scripts/github-actions/build-linux-mac.sh
|
||||
- os: macos-11
|
||||
- os: macos-14-large
|
||||
script_name: ./resources/scripts/github-actions/build-linux-mac.sh
|
||||
exclude:
|
||||
- os: ubuntu-20.04
|
||||
use_qt5: "OFF"
|
||||
- os: macos-11
|
||||
- os: macos-14-large
|
||||
use_qt5: "ON"
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
|
@ -59,7 +59,7 @@ else
|
||||
USE_QT6="ON"
|
||||
|
||||
QTPATH="$(pwd)/Qt"
|
||||
QTVERSION="6.6.3"
|
||||
QTVERSION="6.7.2"
|
||||
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"
|
||||
|
||||
# Install "aqtinstall" from its master branch to have latest code.
|
||||
|
@ -27,7 +27,7 @@ if ($use_qt5 -eq "ON") {
|
||||
$use_qtmultimedia = "ON"
|
||||
}
|
||||
else {
|
||||
$qt_version = "6.6.3"
|
||||
$qt_version = "6.7.2"
|
||||
|
||||
if ($use_webengine -eq "ON") {
|
||||
$use_libmpv = "ON"
|
||||
@ -45,7 +45,7 @@ $maria_version = "11.4.2"
|
||||
$maria_link = "https://archive.mariadb.org/mariadb-$maria_version/winx64-packages/mariadb-$maria_version-winx64.zip"
|
||||
$maria_output = "maria.zip"
|
||||
|
||||
$cmake_version = "3.29.4"
|
||||
$cmake_version = "3.29.6"
|
||||
$cmake_link = "https://github.com/Kitware/CMake/releases/download/v$cmake_version/cmake-$cmake_version-windows-x86_64.zip"
|
||||
$cmake_output = "cmake.zip"
|
||||
|
||||
@ -53,8 +53,8 @@ $zlib_version = "1.3.1"
|
||||
$zlib_link = "https://github.com/madler/zlib/archive/refs/tags/v$zlib_version.zip"
|
||||
$zlib_output = "zlib.zip"
|
||||
|
||||
$libmpv_date = "2024-06-04"
|
||||
$libmpv_commit = "0c716e7"
|
||||
$libmpv_date = "2024-06-19"
|
||||
$libmpv_commit = "8df4cb5"
|
||||
$libmpv_version = "{0}-git-{1}"-f $libmpv_date.Replace("-", ""), $libmpv_commit
|
||||
$libmpv_link = "https://github.com/zhongfly/mpv-winbuild/releases/download/$libmpv_date-$libmpv_commit/mpv-dev-x86_64-$libmpv_version.7z"
|
||||
$libmpv_output = "mpv.zip"
|
||||
|
Loading…
x
Reference in New Issue
Block a user