@@ -27,7 +27,7 @@ permissions:
27
27
jobs :
28
28
build-modern-bpf-skeleton :
29
29
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
30
- runs-on : ${{ (inputs.arch == 'aarch64' && 'github-arm64-2c-8gb ') || 'ubuntu-latest' }}
30
+ runs-on : ${{ (inputs.arch == 'aarch64' && 'github-aarch64-4cpu-16gb ') || 'ubuntu-latest' }}
31
31
container : fedora:latest
32
32
steps :
33
33
# Always install deps before invoking checkout action, to properly perform a full clone.
53
53
54
54
build-packages-release :
55
55
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
56
- runs-on : ${{ (inputs.arch == 'aarch64' && 'github-arm64-2c-8gb ') || 'ubuntu-latest' }}
56
+ runs-on : ${{ (inputs.arch == 'aarch64' && 'github-aarch64-4cpu-16gb ') || 'ubuntu-latest' }}
57
57
needs : [build-modern-bpf-skeleton]
58
58
steps :
59
59
# Always install deps before invoking checkout action, to properly perform a full clone.
@@ -117,7 +117,7 @@ jobs:
117
117
118
118
build-packages-debug :
119
119
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
120
- runs-on : ${{ (inputs.arch == 'aarch64' && 'github-arm64-2c-8gb ') || 'ubuntu-22.04' }}
120
+ runs-on : ${{ (inputs.arch == 'aarch64' && 'github-aarch64-4cpu-16gb ') || 'ubuntu-22.04' }}
121
121
if : ${{ inputs.enable_debug == true }}
122
122
needs : [build-modern-bpf-skeleton]
123
123
steps :
@@ -168,7 +168,7 @@ jobs:
168
168
169
169
build-packages-sanitizers :
170
170
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
171
- runs-on : ${{ (inputs.arch == 'aarch64' && 'github-arm64-2c-8gb ') || 'ubuntu-latest' }}
171
+ runs-on : ${{ (inputs.arch == 'aarch64' && 'github-aarch64-4cpu-16gb ') || 'ubuntu-latest' }}
172
172
if : ${{ inputs.enable_sanitizers == true }}
173
173
needs : [build-modern-bpf-skeleton]
174
174
steps :
0 commit comments