build!: Upgrade Ubuntu deploy target

This commit is contained in:
Lars Toenning
2024-08-05 21:33:55 +02:00
parent 69777881b4
commit 12cad05edc
2 changed files with 3 additions and 1 deletions

View File

@@ -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 }}

View File

@@ -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 <limits> // Workaround for QTBUG-90395
#include <qendian.h>
#include <QVector>
#include <QDebug>