build: change runner profiles

This commit is contained in:
Michael H.
2026-07-24 21:32:06 +02:00
parent 1e85ec8649
commit 5a80df3cd4
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
fi
docker:
runs-on: ${{ needs.skip-if-clean.outputs.internal == 'true' && 'namespace-profile-large-amd64' || 'ubuntu-latest' }}
runs-on: ${{ needs.skip-if-clean.outputs.internal == 'true' && 'namespace-profile-modrinth-labrinth' || 'ubuntu-latest' }}
needs: [skip-if-clean]
if: ${{ needs.skip-if-clean.outputs.skip != 'true' }}
env: