Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
Qt5 removed from GitHub workflow
  • Loading branch information
PepaRokos committed May 3, 2023
1 parent 3e4aa93 commit b1bfd13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
ubuntu_version: [20.04, 22.04]
qt_version: [5.15.2, 6.4.0]
qt_version: [6.4.0]
static: [ON, OFF]

steps:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
win_version: [2019, 2022]
qt_version: [5.15.2, 6.4.0]
qt_version: [6.4.0]
static: [ON, OFF]

steps:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
strategy:
fail-fast: false
matrix:
qt_version: [5, 6]
qt_version: [6]
msystem: [UCRT64, CLANG64]
static: [ON, OFF]
defaults:
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
fail-fast: false
matrix:
macos_version: [11, 12]
qt_version: [5.15.2, 6.4.0]
qt_version: [6.4.0]
static: [ON, OFF]

steps:
Expand All @@ -171,4 +171,4 @@ jobs:
run: cmake -DUSE_QT6=ON -DCMAKE_BUILD_TYPE="${{env.BUILD_TYPE}}" -DLIMEREPORT_STATIC=${{ matrix.static }} -DLIMEREPORT_DEMO=ON -B "${{github.workspace}}/build"

- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

0 comments on commit b1bfd13

Please sign in to comment.