From 563ec48c8c0215ceaa3cf0defbd90208f4ee3e4b Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Thu, 19 Aug 2021 18:26:05 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e490c1c..165c48a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - build_5.x: + build_with_qt5: name: Build with Qt 5.12 runs-on: ubuntu-latest @@ -29,7 +29,7 @@ jobs: run: | qmake CONFIG+=release make - build_6.x: + build_with_qt6: name: Build with Qt 6.x runs-on: ubuntu-latest