Skip to content

Commit

Permalink
[qt] Update CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej committed May 20, 2024
1 parent 9bd1c33 commit a784c21
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/qt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
- name: Linux
os: ubuntu-22.04
build_type: RelWithDebInfo
qt_version: 6.5.3
qt_version: 6.7.0
qt_target: desktop
compiler: ""
- name: Linux_GCC13
os: ubuntu-24.04
build_type: RelWithDebInfo
qt_version: 6.5.3
qt_version: 6.7.0
qt_target: desktop
compiler: "gcc-13"
- name: macOS
Expand All @@ -88,19 +88,19 @@ jobs:
- name: macOS
os: macos-14
build_type: RelWithDebInfo
qt_version: 6.6.2
qt_version: 6.7.0
qt_target: desktop
deployment_target: 11.0
deployment_arch: "x86_64;arm64"
compiler: ""
- name: macOS_LLVM17
- name: macOS_LLVM18
os: macos-14
build_type: RelWithDebInfo
qt_version: 6.6.2
qt_version: 6.7.0
qt_target: desktop
deployment_target: 11.0
deployment_arch: "arm64"
compiler: "llvm@17"
compiler: "llvm"
- name: win64_msvc2019
os: windows-2022
build_type: "RelWithDebInfo"
Expand All @@ -115,7 +115,7 @@ jobs:
build_type: "RelWithDebInfo"
compiler_type: x64
compiler_version: 14.29
qt_version: 6.5.3
qt_version: 6.7.0
qt_target: desktop
qt_arch: win64_msvc2019_64
qt_tools: ""
Expand Down

0 comments on commit a784c21

Please sign in to comment.