Skip to content

Commit

Permalink
update qt version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pifopi committed Dec 4, 2024
1 parent 2beb1d5 commit c159a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-ci-serial-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
fail-fast: false
matrix:
os: [windows-2022, macos-13, ubuntu-24.04]
qt_version: ['5.12.12', '6.7.2']
qt_version: ['5.12.12', '6.8.0']
include:
- qt_version: '5.12.12'
qt_version_major: '5'
qt_modules: ''

- qt_version: '6.7.2'
- qt_version: '6.8.0'
qt_version_major: '6'
qt_modules: 'qtmultimedia qtserialport'

Expand Down

0 comments on commit c159a1d

Please sign in to comment.