Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb committed May 4, 2024
1 parent a1baaae commit 228a8ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/qctools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- compiler: clang-9
packages: llvm@13
env: { 'CC': 'clang', 'CXX': 'clang++' }
- qt_version: "5.15.2"
- qt_version: "5.15.*"

runs-on: macos-latest

Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
- compiler: clang-9
packages: llvm@13
env: { 'CC': 'clang-9', 'CXX': 'clang++-9', 'HOMEBREW_NO_INSTALL_CLEANUP': '1', 'HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK': '1' }
- qt_version: "6.5.0"
- qt_version: "6.5.*"
qt_modules: "qtmultimedia"

runs-on: macos-latest
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
- compiler: gcc-9
packages: gcc-9 g++-9
env: { 'CC': 'gcc-9', 'CXX': 'g++-9' }
- qt_version: "5.15.2"
- qt_version: "5.15.*"
qt_packages: "libxkbcommon-dev libgstreamer-plugins-base1.0-0 libgstreamer-gl1.0-0"

runs-on: ubuntu-latest
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
- compiler: gcc-9
packages: gcc-9 g++-9
env: { 'CC': 'gcc-9', 'CXX': 'g++-9' }
- qt_version: "6.5.0"
- qt_version: "6.5.*"
qt_modules: "qtmultimedia qt5compat"
qt_packages: "libxkbcommon-dev libgstreamer-plugins-base1.0-0 libgstreamer-gl1.0-0"

Expand Down Expand Up @@ -461,7 +461,7 @@ jobs:

strategy:
matrix:
qt_version: ["5.15.2"]
qt_version: ["5.15.*"]

runs-on: windows-latest

Expand Down Expand Up @@ -622,7 +622,7 @@ jobs:

strategy:
matrix:
qt_version: ["5.15.2"]
qt_version: ["5.15.*"]

runs-on: windows-latest

Expand Down

0 comments on commit 228a8ec

Please sign in to comment.