Fix Debian10 in release build tests
This commit is contained in:
parent
8edd8a9590
commit
d47436a3a0
4
.github/workflows/release_build_test.yaml
vendored
4
.github/workflows/release_build_test.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user