mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-31 11:42:30 +00:00
github/workflows: use ARM64 runners for robustness tests
Signed-off-by: Ivan Valdes <ivan@vald.es>
This commit is contained in:
parent
eb9c76f15b
commit
67b9853f12
6
.github/workflows/robustness_test.yaml
vendored
6
.github/workflows/robustness_test.yaml
vendored
@ -8,3 +8,9 @@ jobs:
|
|||||||
count: 10
|
count: 10
|
||||||
testTimeout: 30m
|
testTimeout: 30m
|
||||||
runs-on: "['ubuntu-latest']"
|
runs-on: "['ubuntu-latest']"
|
||||||
|
arm64:
|
||||||
|
uses: ./.github/workflows/robustness_template.yaml
|
||||||
|
with:
|
||||||
|
count: 10
|
||||||
|
testTimeout: 30m
|
||||||
|
runs-on: "['ubuntu-24.04-arm']"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user