File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ concurrency:
2323 cancel-in-progress : true
2424jobs :
2525 build-package-generic-unix :
26- runs-on : ubuntu-latest
26+ runs-on : ubuntu-24.04-arm
2727 outputs :
2828 authorized : ${{ steps.authorized.outputs.authorized }}
2929 steps :
5757
5858 build :
5959 needs : build-package-generic-unix
60- runs-on : ubuntu-latest
60+ runs-on : ubuntu-24.04-arm
6161 if : ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true'
6262 strategy :
6363 fail-fast : false
@@ -131,7 +131,7 @@ jobs:
131131 merge :
132132 needs :
133133 - build
134- runs-on : ubuntu-latest
134+ runs-on : ubuntu-24.04-arm
135135 if : ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true'
136136 steps :
137137 - name : Download digests
@@ -170,7 +170,7 @@ jobs:
170170 - build-package-generic-unix
171171 - build
172172 - merge
173- runs-on : ubuntu-latest
173+ runs-on : ubuntu-24.04-arm
174174 steps :
175175 - name : SUMMARY
176176 run : |
You can’t perform that action at this time.
0 commit comments