Skip to content

Commit

Permalink
Merge pull request mipops#872 from MediaArea/ci3
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
JeromeMartinez authored Jun 17, 2024
2 parents 74bec6c + 51d0648 commit 7a610ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dvrescue-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,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 @@ -389,7 +389,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 qtshadertools"
qt_packages: "libxkbcommon-dev libgstreamer-plugins-base1.0-0 libgstreamer-gl1.0-0"

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

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

runs-on: windows-latest

Expand Down Expand Up @@ -561,7 +561,7 @@ jobs:
strategy:
matrix:
include:
- qt_version: "6.3.0"
- qt_version: "6.5.*"
qt_modules: "qtmultimedia qt5compat"

runs-on: windows-latest
Expand Down Expand Up @@ -655,7 +655,7 @@ jobs:

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

runs-on: windows-latest

Expand Down Expand Up @@ -746,7 +746,7 @@ jobs:
strategy:
matrix:
include:
- qt_version: "6.3.0"
- qt_version: "6.3.*"
qt_modules: "qtmultimedia qt5compat"

runs-on: windows-latest
Expand Down

0 comments on commit 7a610ef

Please sign in to comment.