Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Vetter committed May 13, 2024
2 parents 4e2696c + 172d302 commit ca23a14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
QT_RELEASE_VER: 6.6
QT_RELEASE_VER: 6.7

jobs:
build:
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: "6.6"
version: "6.7"
modules: "qtcharts"
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: "6.6"
version: "6.7"
modules: "qtcharts"
cache: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
QT_RELEASE_VER: 6.6
QT_RELEASE_VER: 6.7

jobs:
test:
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: "6.6"
version: "6.7"
modules: "qtcharts"
cache: true

Expand Down

0 comments on commit ca23a14

Please sign in to comment.