From f262f038b7232c8033c3e0aa57808539a836b611 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Mon, 23 Oct 2023 18:29:43 +0200 Subject: [PATCH] CI: step back to Qt 6.4 on macOS Qt 6.5's moc has a problem with standard library headers atm. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e92ca1ac..c2550b6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: if: "!startsWith(matrix.os, 'ubuntu')" uses: jurplel/install-qt-action@v3.0.0 with: - version: '6.5' # CI doesn't use Qt 5 on non-Linux any more + version: "${{ startsWith(matrix.os, 'windows') && '6.5' || '6.4' }}" # CI doesn't use Qt 5 on non-Linux any more cache: true cache-key-prefix: Qt modules: 'qtmultimedia'