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