Skip to content

Commit

Permalink
Fix qt versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andibacher committed Apr 2, 2024
1 parent 773e2ad commit 1f769d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
qt_version: [6.2.7, 6.5.2, 6.6.3]
qt_version: [6.2.1, 6.5.2, 6.6.3, 6.7.0]

steps:
- name: Install ninja
Expand Down

0 comments on commit 1f769d0

Please sign in to comment.