Skip to content

Commit

Permalink
remove qt 6.4.0 from build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
faaxm committed Nov 25, 2023
2 parents 2b80703 + 044b891 commit d09191d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
{name: 'qt-6.2.3 ubuntu', os: ubuntu-latest, build_type: Debug, qt_version: [6, 2, 3], shared_libs: 'OFF', tests: 'ON'},
{name: 'qt-6.2.3 windows', os: windows-latest, build_type: Debug, qt_version: [6, 2, 3], shared_libs: 'OFF', tests: 'ON', cmake_flags: '"-DAnyRPC_ROOT=C:/Program Files (x86)/AnyRPC" "-DGTest_ROOT=C:/Program Files (x86)/googletest-distribution"'},
{name: 'qt-6.2.3 macos', os: macos-latest, build_type: Debug, qt_version: [6, 2, 3], shared_libs: 'OFF', tests: 'ON'},
# Qt v6.4.3
{name: 'qt-6.4.3 ubuntu', os: ubuntu-latest, build_type: Debug, qt_version: [6, 4, 3], shared_libs: 'OFF', tests: 'ON'},
{name: 'qt-6.4.3 windows', os: windows-latest, build_type: Debug, qt_version: [6, 4, 3], shared_libs: 'OFF', tests: 'ON', cmake_flags: '"-DAnyRPC_ROOT=C:/Program Files (x86)/AnyRPC" "-DGTest_ROOT=C:/Program Files (x86)/googletest-distribution"'},
{name: 'qt-6.4.3 macos', os: macos-latest, build_type: Debug, qt_version: [6, 4, 3], shared_libs: 'OFF', tests: 'ON'},
# Qt v6.5.0
{name: 'qt-6.5.0 ubuntu', os: ubuntu-latest, build_type: Debug, qt_version: [6, 5, 0], shared_libs: 'OFF', tests: 'ON'},
{name: 'qt-6.5.0 windows', os: windows-latest, build_type: Debug, qt_version: [6, 5, 0], shared_libs: 'OFF', tests: 'ON', cmake_flags: '"-DAnyRPC_ROOT=C:/Program Files (x86)/AnyRPC" "-DGTest_ROOT=C:/Program Files (x86)/googletest-distribution"'},
Expand Down

0 comments on commit d09191d

Please sign in to comment.