File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ permissions:
39
39
jobs :
40
40
build-and-test :
41
41
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
42
- runs-on : ${{ (inputs.arch == 'aarch64' && 'actuated-arm64-8cpu -16gb') || 'ubuntu-22.04' }}
42
+ runs-on : ${{ (inputs.arch == 'aarch64' && 'oracle-aarch64-4cpu -16gb') || 'ubuntu-22.04' }}
43
43
outputs :
44
44
cmdout : ${{ steps.run_cmd.outputs.out }}
45
45
steps :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ permissions:
31
31
jobs :
32
32
build-docker :
33
33
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
34
- runs-on : ${{ (inputs.arch == 'aarch64' && 'actuated-arm64-8cpu -16gb') || 'ubuntu-latest' }}
34
+ runs-on : ${{ (inputs.arch == 'aarch64' && 'oracle-aarch64-4cpu -16gb') || 'ubuntu-latest' }}
35
35
env :
36
36
TARGETARCH : ${{ (inputs.arch == 'aarch64' && 'arm64') || 'amd64' }}
37
37
steps :
Original file line number Diff line number Diff line change @@ -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' && 'actuated-arm64-8cpu -16gb') || 'ubuntu-latest' }}
30
+ runs-on : ${{ (inputs.arch == 'aarch64' && 'oracle-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 :
55
55
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
56
- runs-on : ${{ (inputs.arch == 'aarch64' && 'actuated-arm64-8cpu -16gb') || 'ubuntu-latest' }}
56
+ runs-on : ${{ (inputs.arch == 'aarch64' && 'oracle-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.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ permissions:
27
27
jobs :
28
28
test-packages :
29
29
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
30
- runs-on : ${{ (inputs.arch == 'aarch64' && 'actuated-arm64-8cpu -16gb') || 'ubuntu-latest' }}
30
+ runs-on : ${{ (inputs.arch == 'aarch64' && 'oracle-aarch64-4cpu -16gb') || 'ubuntu-latest' }}
31
31
steps :
32
32
- name : Download binary
33
33
uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
You can’t perform that action at this time.
0 commit comments