Skip to content

Commit

Permalink
Bump Qt action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Beirao authored Dec 16, 2023
1 parent 6d9786a commit 5f77edb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- uses: actions/[email protected]

- name: Install Qt
uses: jurplel/install-qt-action@v2.14.0
uses: jurplel/install-qt-action@v3.3.0
with:
version: '6.2.0'
version: '6.6.0'
host: 'windows'
target: 'desktop'
arch: 'win64_mingw81'
Expand Down Expand Up @@ -69,10 +69,10 @@ jobs:
- uses: actions/[email protected]

- name: Install Qt
uses: jurplel/install-qt-action@v2.14.0
uses: jurplel/install-qt-action@v3.3.0
with:
aqtversion: '==2.1.*'
version: '6.2.0'
version: '6.6.0'
host: 'linux'
target: 'desktop'
arch: 'gcc_64'
Expand Down Expand Up @@ -105,10 +105,10 @@ jobs:
- uses: actions/[email protected]

- name: Install Qt
uses: jurplel/install-qt-action@v2.14.0
uses: jurplel/install-qt-action@v3.3.0
with:
aqtversion: '==2.1.*'
version: '6.2.0'
version: '6.6.0'
host: 'mac'
target: 'desktop'
arch: 'clang_64'
Expand Down

0 comments on commit 5f77edb

Please sign in to comment.