Fix Debian10 in release build tests

This commit is contained in:
Deda 2024-03-21 18:46:02 +01:00
parent 8edd8a9590
commit d47436a3a0

View File

@ -50,7 +50,7 @@ jobs:
PackageDebian11: PackageDebian11:
if: github.ref_type == 'tag' if: github.ref_type == 'tag'
needs: [Debian10] needs: [Debian11]
runs-on: [self-hosted, DockerMgBuild, X64] runs-on: [self-hosted, DockerMgBuild, X64]
timeout-minutes: 60 timeout-minutes: 60
steps: steps:
@ -78,7 +78,7 @@ jobs:
PackageDebian11_ARM: PackageDebian11_ARM:
if: github.ref_type == 'tag' if: github.ref_type == 'tag'
needs: [Debian10, Ubuntu20_04] needs: [Debian11, Ubuntu20_04]
runs-on: [self-hosted, DockerMgBuild, ARM64] runs-on: [self-hosted, DockerMgBuild, ARM64]
# M1 Mac mini is sometimes slower # M1 Mac mini is sometimes slower
timeout-minutes: 150 timeout-minutes: 150