Skip to content

Commit

Permalink
Upgrade Qt version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrm committed Dec 13, 2022
1 parent e055a82 commit fdf87cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: '5.14.2'
version: '5.15.2'

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: '5.14.2'
version: '5.15.2'

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: '5.14.2'
version: '5.15.2'

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit fdf87cd

Please sign in to comment.