From a9fc69b85e6dca9198a496a0498dd6549f1ac5cf Mon Sep 17 00:00:00 2001 From: AmonRaNet Date: Mon, 5 May 2025 18:24:03 +0200 Subject: [PATCH] Fixed build matrix for agents --- .github/workflows/build.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2635e386..ed578c50 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - ubuntu_version: [20.04, 22.04] + ubuntu_version: [latest] qt_version: [5.12.12, 5.15.2, 6.4.0] build: [cmake+qmake] @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v3 - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: ${{ matrix.qt_version }} cache: 'true' @@ -60,7 +60,7 @@ jobs: strategy: fail-fast: false matrix: - win_version: [2019, 2022] + win_version: [latest] qt_version: [5.12.12, 5.15.2, 6.4.0] build: [cmake+qmake] @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v3 - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: ${{ matrix.qt_version }} cache: 'true' @@ -99,8 +99,8 @@ jobs: strategy: fail-fast: false matrix: - macos_version: [11, 12] - qt_version: [5.15.2, 6.4.0] + macos_version: [latest] + qt_version: [6.4.0] build: [cmake+qmake] steps: @@ -108,7 +108,7 @@ jobs: uses: actions/checkout@v3 - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: ${{ matrix.qt_version }} cache: 'true'