Update GitHub Actions to use self-hosted runners for x86_64 release builds

This commit is contained in:
mr. M
2025-01-12 20:45:12 +01:00
parent e1c3bac43a
commit 5865b9fd2d
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
permissions:
contents: write
# aarch64 does not need full 16x
runs-on: ${{ (inputs.release-branch == 'release' && matrix.arch == 'x86_64') && 'ubuntu-latest' || 'ubuntu-latest' }}
runs-on: ${{ (inputs.release-branch == 'release' && matrix.arch == 'x86_64') && 'self-hosted' || 'ubuntu-latest' }}
strategy:
fail-fast: false
matrix: