move small cd tasks to 1vcpu runners

This commit is contained in:
Green Sky
2026-01-26 11:16:22 +01:00
parent 545ee073c8
commit 7e1cef943a

View File

@@ -280,7 +280,7 @@ jobs:
dumpsyms:
runs-on: ubuntu-latest
runs-on: ubuntu-slim
needs:
- linux-ubuntu
@@ -351,7 +351,7 @@ jobs:
release:
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) }}
runs-on: ubuntu-latest
runs-on: ubuntu-slim
needs:
- linux-ubuntu