We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad19b8 commit 7dfa9e1Copy full SHA for 7dfa9e1
1 file changed
.github/workflows/debian.yml
@@ -4,7 +4,7 @@ on: [push]
4
jobs:
5
debian-build:
6
name: Debian Build
7
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-24.04-8-cores
8
strategy:
9
matrix:
10
target-arch:
@@ -67,8 +67,6 @@ jobs:
67
permissions:
68
packages: write
69
contents: read
70
- env:
71
- TARGET_ARCH: ${{ matrix.target-arch }}
72
steps:
73
- name: Download builder container image
74
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
0 commit comments