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'