Skip to content

Commit

Permalink
Update 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 7, 2025
1 parent 58176e3 commit 0860ad9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/dvrescue-gui.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 @@ -72,7 +72,7 @@ jobs:
compiler: ['clang-9']
include:
- compiler: clang-9
packages: llvm@13
packages: llvm@15
env: { 'CC': 'clang-9', 'CXX': 'clang++-9', 'HOMEBREW_NO_INSTALL_CLEANUP': '1', 'HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK': '1' }
- qt_version: "6.5.*"
qt_modules: "qtmultimedia"
Expand Down Expand Up @@ -140,7 +140,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 @@ -218,7 +218,7 @@ jobs:
compiler: ['clang-9']
include:
- compiler: clang-9
packages: llvm@13
packages: llvm@15
env: { 'CC': 'clang-9', 'CXX': 'clang++-9', 'HOMEBREW_NO_INSTALL_CLEANUP': '1', 'HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK': '1' }
- qt_version: "6.5.*"
qt_modules: "qtmultimedia"
Expand Down Expand Up @@ -327,10 +327,10 @@ jobs:
-c protocol.version=2 \
submodule update --init --force --recursive --depth=1
- name: Install Python 3.7 version
- name: Install Python 3.10 version
uses: actions/setup-python@v1
with:
python-version: '3.7'
python-version: '3.10'
architecture: 'x64'

- name: Install compiler and FFmpeg dependencies
Expand Down Expand Up @@ -411,10 +411,10 @@ jobs:
-c protocol.version=2 \
submodule update --init --force --recursive --depth=1
- name: Install Python 3.7 version
- name: Install Python 3.10 version
uses: actions/setup-python@v1
with:
python-version: '3.7'
python-version: '3.10'
architecture: 'x64'

- name: Install compiler and FFmpeg dependencies
Expand Down

0 comments on commit 0860ad9

Please sign in to comment.