File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ concurrency:
23
23
cancel-in-progress : true
24
24
jobs :
25
25
build-package-generic-unix :
26
- runs-on : ubuntu-latest
26
+ runs-on : ubuntu-24.04-arm
27
27
outputs :
28
28
authorized : ${{ steps.authorized.outputs.authorized }}
29
29
steps :
57
57
58
58
build :
59
59
needs : build-package-generic-unix
60
- runs-on : ubuntu-latest
60
+ runs-on : ubuntu-24.04-arm
61
61
if : ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true'
62
62
strategy :
63
63
fail-fast : false
@@ -131,7 +131,7 @@ jobs:
131
131
merge :
132
132
needs :
133
133
- build
134
- runs-on : ubuntu-latest
134
+ runs-on : ubuntu-24.04-arm
135
135
if : ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true'
136
136
steps :
137
137
- name : Download digests
@@ -170,7 +170,7 @@ jobs:
170
170
- build-package-generic-unix
171
171
- build
172
172
- merge
173
- runs-on : ubuntu-latest
173
+ runs-on : ubuntu-24.04-arm
174
174
steps :
175
175
- name : SUMMARY
176
176
run : |
You can’t perform that action at this time.
0 commit comments