Skip to content

Commit

Permalink
CI: Build against Qt 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Oct 30, 2023
1 parent cca0bea commit a13ebf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04
name: Ubuntu
env:
QT_VERSION: 6.5.1
QT_VERSION: 6.6.0

steps:
- name: Checkout
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
qt_version: [5.15.2, 6.5.1]
qt_version: [5.15.2, 6.6.0]

steps:
- name: Checkout
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
runs-on: macos-13
name: macos
env:
QT_VERSION: 6.5.1
QT_VERSION: 6.6.0

steps:
- name: Checkout
Expand Down

0 comments on commit a13ebf5

Please sign in to comment.