Skip to content

Commit f3a8a4e

Browse files
fixes
1 parent 1fe498e commit f3a8a4e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ jobs:
187187
bundle-key: ${{ needs.src-linux64.outputs.key }}
188188
build-target: linux64
189189
container-path: ${{ needs.container.outputs.path }}
190+
runs-on: ubuntu-24.04-arm
190191

191192
test-linux64_nowallet:
192193
name: linux64_nowallet-test
@@ -196,6 +197,7 @@ jobs:
196197
bundle-key: ${{ needs.src-linux64_nowallet.outputs.key }}
197198
build-target: linux64_nowallet
198199
container-path: ${{ needs.container.outputs.path }}
200+
runs-on: ubuntu-24.04
199201

200202
test-linux64_sqlite:
201203
name: linux64_sqlite-test
@@ -205,6 +207,7 @@ jobs:
205207
bundle-key: ${{ needs.src-linux64_sqlite.outputs.key }}
206208
build-target: linux64_sqlite
207209
container-path: ${{ needs.container.outputs.path }}
210+
runs-on: ubuntu-24.04-arm
208211

209212
test-linux64_ubsan:
210213
name: linux64_ubsan-test
@@ -214,3 +217,4 @@ jobs:
214217
bundle-key: ${{ needs.src-linux64_ubsan.outputs.key }}
215218
build-target: linux64_ubsan
216219
container-path: ${{ needs.container.outputs.path }}
220+
runs-on: ubuntu-24.04-arm

.github/workflows/test-src.yml

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ on:
1515
description: "Path to built container at registry"
1616
required: true
1717
type: string
18+
runs-on:
19+
description: "Runner for building source"
20+
required: false
21+
type: string
22+
default: "ubuntu-24.04-arm"
1823

1924
env:
2025
INTEGRATION_TESTS_ARGS: "--extended --exclude feature_pruning,feature_dbcrash"

0 commit comments

Comments
 (0)