From a3916a5671fe0ba67de0abeb76ad629a6e6495a5 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sat, 18 Jan 2025 14:38:50 +1100 Subject: [PATCH] Reinstate all macOS and Windows builds --- .github/workflows/build.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 30ca299a7..38fd8c9fb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -74,7 +74,7 @@ jobs: sudo apt install qt6-{base-{dev{,-tools},doc-dev},connectivity-{dev,doc-html},l10n-tools,tools-dev{,-tools}} - name: Install online Qt version if: contains(matrix.qt, '.') && matrix.arch != 'arm64' # ie if not using Ubuntu's Qt5/Qt6. - uses: 'jurplel/install-qt-action@v4' + uses: jurplel/install-qt-action@v4 with: version: ${{ matrix.qt }} modules: ${{ startsWith(matrix.qt, '6') && 'qtconnectivity' || '' }} @@ -197,7 +197,6 @@ jobs: if-no-files-found: error mac: - if: false runs-on: ${{ matrix.os }} env: CMAKE_BUILD_PARALLEL_LEVEL: ${{ matrix.os == 'macos-13' && 4 || 3 }} @@ -384,7 +383,6 @@ jobs: if-no-files-found: error win: - if: false runs-on: windows-latest defaults: { run: { shell: cmd } } strategy: