Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Gervais <[email protected]>
  • Loading branch information
g-maxime committed Jan 13, 2025
1 parent 0cfbace commit 21608be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/qctools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
compiler: ['clang-9']
include:
- compiler: clang-9
packages: llvm@13
packages: llvm@15
env: { 'CC': 'clang', 'CXX': 'clang++' }

runs-on: macos-latest
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
compiler: ['clang-9']
include:
- compiler: clang-9
packages: llvm@13
packages: llvm@15
env: { 'CC': 'clang', 'CXX': 'clang++', 'HOMEBREW_NO_INSTALL_CLEANUP': '1', 'HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK': '1' }

runs-on: macos-latest
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
compiler: ['clang-9']
include:
- compiler: clang-9
packages: llvm@13
packages: llvm@15
env: { 'CC': 'clang', 'CXX': 'clang++' }
- qt_version: "5.15.*"

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

0 comments on commit 21608be

Please sign in to comment.