From 12cad05edc7df1468ae969f596e2ba73abb14d66 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Mon, 5 Aug 2024 21:33:55 +0200 Subject: [PATCH] build!: Upgrade Ubuntu deploy target --- .github/workflows/build.yml | 2 +- src/blacksound/wav/wavfile.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b89a5d79..f818b6a99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: path: docs/html/ buildLinux: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: [preBuild, checks] env: BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }} diff --git a/src/blacksound/wav/wavfile.cpp b/src/blacksound/wav/wavfile.cpp index bb7d44d9e..7adb31c84 100644 --- a/src/blacksound/wav/wavfile.cpp +++ b/src/blacksound/wav/wavfile.cpp @@ -1,6 +1,8 @@ // SPDX-FileCopyrightText: Copyright (C) 2019 swift Project Community / Contributors // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1 +#include // Workaround for QTBUG-90395 + #include #include #include