This commit is contained in:
tooomm
2026-07-23 09:36:54 +02:00
committed by GitHub
parent ae4161cb79
commit 50f239e39f
+2 -2
View File
@@ -144,7 +144,7 @@ jobs:
package: DEB
test: true # run debug build and tests on newest distro version
name: ${{ matrix.distro }} ${{ matrix.distro_version }}
name: Linux / ${{ matrix.distro }} / ${{ matrix.distro_version }}
needs: configure
runs-on: ubuntu-latest # https://github.com/actions/runner-images/tree/main#available-images
continue-on-error: ${{ matrix.allow-failure == true }}
@@ -328,7 +328,7 @@ jobs:
qt_modules: qtimageformats qtmultimedia qtwebsockets
type: Release
name: ${{ matrix.os }} ${{ matrix.os_target_version }}${{ case(matrix.soc == 'Intel', ' Intel', '') }}${{ case(matrix.type == 'Debug', ' Debug', '') }}
name: ${{ matrix.os }} / ${{ matrix.os_target_version }}${{ case(matrix.soc == 'Intel', ' Intel', '') }}${{ case(matrix.type == 'Debug', ' Debug', '') }}
needs: configure
runs-on: ${{ matrix.runner }}
timeout-minutes: 100