Skip to content

Commit d0b1cee

Browse files
committed
CI: Updated to Qbs 2.2.1
1 parent 32611e4 commit d0b1cee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/packages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- '.travis.yml'
1616

1717
env:
18-
QBS_VERSION: 2.0.2
18+
QBS_VERSION: 2.2.1
1919
SENTRY_VERSION: 0.6.7
2020
SENTRY_ORG: mapeditor
2121
SENTRY_PROJECT: tiled
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
TILED_VERSION: ${{ needs.version.outputs.version }}
5656
QT_VERSION: ${{ matrix.qt_version }}
57-
QTCREATOR_VERSION: 10.0.2
57+
QTCREATOR_VERSION: 12.0.1
5858

5959
steps:
6060
- name: Checkout repository
@@ -199,7 +199,7 @@ jobs:
199199
env:
200200
TILED_VERSION: ${{ needs.version.outputs.version }}
201201
QT_VERSION: ${{ matrix.qt_version }}
202-
QTCREATOR_VERSION: 10.0.2
202+
QTCREATOR_VERSION: 12.0.1
203203

204204
steps:
205205
- name: Checkout repository

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ environment:
3535
configuration: Release
3636

3737
install:
38-
- choco install -y qbs --version 2.0.2
38+
- choco install -y qbs --version 2.2.1
3939
- nuget install secure-file -ExcludeVersion
4040
- set PATH=%PATH%;%QTDIR%\bin;%MINGW%\bin
4141

0 commit comments

Comments
 (0)