Skip to content

Commit 62c044f

Browse files
Update Qt version to 6.8.3 in CI (#6223)
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 6af201e commit 62c044f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,9 @@ jobs:
622622
- name: Install Qt
623623
uses: eProsima/eProsima-CI/external/install_qt@v0
624624
with:
625-
version: '5.15.2'
626-
dir: '${{ github.workspace }}/qt_installation/'
625+
version: '6.8.3'
626+
dir: '/opt/qt_installation/'
627+
arch: 'linux_gcc_64'
627628
modules: 'qtcharts'
628629
setup-python: 'false'
629630

0 commit comments

Comments
 (0)