File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ jobs:
187
187
bundle-key : ${{ needs.src-linux64.outputs.key }}
188
188
build-target : linux64
189
189
container-path : ${{ needs.container.outputs.path }}
190
+ runs-on : ubuntu-24.04-arm
190
191
191
192
test-linux64_nowallet :
192
193
name : linux64_nowallet-test
@@ -196,6 +197,7 @@ jobs:
196
197
bundle-key : ${{ needs.src-linux64_nowallet.outputs.key }}
197
198
build-target : linux64_nowallet
198
199
container-path : ${{ needs.container.outputs.path }}
200
+ runs-on : ubuntu-24.04
199
201
200
202
test-linux64_sqlite :
201
203
name : linux64_sqlite-test
@@ -205,6 +207,7 @@ jobs:
205
207
bundle-key : ${{ needs.src-linux64_sqlite.outputs.key }}
206
208
build-target : linux64_sqlite
207
209
container-path : ${{ needs.container.outputs.path }}
210
+ runs-on : ubuntu-24.04-arm
208
211
209
212
test-linux64_ubsan :
210
213
name : linux64_ubsan-test
@@ -214,3 +217,4 @@ jobs:
214
217
bundle-key : ${{ needs.src-linux64_ubsan.outputs.key }}
215
218
build-target : linux64_ubsan
216
219
container-path : ${{ needs.container.outputs.path }}
220
+ runs-on : ubuntu-24.04-arm
Original file line number Diff line number Diff line change 15
15
description : " Path to built container at registry"
16
16
required : true
17
17
type : string
18
+ runs-on :
19
+ description : " Runner for building source"
20
+ required : false
21
+ type : string
22
+ default : " ubuntu-24.04-arm"
18
23
19
24
env :
20
25
INTEGRATION_TESTS_ARGS : " --extended --exclude feature_pruning,feature_dbcrash"
You can’t perform that action at this time.
0 commit comments