Skip to content

Commit

Permalink
CI: Updated to Qbs 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jan 15, 2024
1 parent 32611e4 commit d0b1cee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '.travis.yml'

env:
QBS_VERSION: 2.0.2
QBS_VERSION: 2.2.1
SENTRY_VERSION: 0.6.7
SENTRY_ORG: mapeditor
SENTRY_PROJECT: tiled
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
env:
TILED_VERSION: ${{ needs.version.outputs.version }}
QT_VERSION: ${{ matrix.qt_version }}
QTCREATOR_VERSION: 10.0.2
QTCREATOR_VERSION: 12.0.1

steps:
- name: Checkout repository
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
env:
TILED_VERSION: ${{ needs.version.outputs.version }}
QT_VERSION: ${{ matrix.qt_version }}
QTCREATOR_VERSION: 10.0.2
QTCREATOR_VERSION: 12.0.1

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ environment:
configuration: Release

install:
- choco install -y qbs --version 2.0.2
- choco install -y qbs --version 2.2.1
- nuget install secure-file -ExcludeVersion
- set PATH=%PATH%;%QTDIR%\bin;%MINGW%\bin

Expand Down

0 comments on commit d0b1cee

Please sign in to comment.