Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- '.travis.yml'

env:
QBS_VERSION: 2.4.1
QBS_VERSION: 3.1.1
CMAKE_VERSION: 3.31
SENTRY_VERSION: 0.12.8
SENTRY_ORG: mapeditor
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.9.3
version: 6.10.1
arch: linux_gcc_64
modules: "qtimageformats"
tools: 'tools_qtcreator'
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
version_suffix: "10.13-10.15"
architectures: x86_64
cmake_architectures: x86_64
- qt_version: 6.9.3
- qt_version: 6.10.1
qt_modules: "qtimageformats"
version_suffix: "11+"
architectures: x86_64,arm64
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
mingw_component: tools_mingw
mingw_variant: qt.tools.win32_mingw810
mingw_dir: mingw810_32
- qt_version: 6.9.3
- qt_version: 6.10.1
qt_version_major: 6
qt_arch: win64_mingw
qt_modules: "qtimageformats"
Expand Down