Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
svetter committed May 13, 2024
2 parents ca23a14 + 925abf8 commit d39eb3d
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.7
QT_RELEASE_VER: 6.6

jobs:
build:
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: "6.7"
version: "6.6"
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.7"
version: "6.6"
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.7
QT_RELEASE_VER: 6.6

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

Expand Down

0 comments on commit d39eb3d

Please sign in to comment.