Skip to content

Commit af7af96

Browse files
committed
fix: change default runner to linux-arm64 in CI workflow
Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent b391136 commit af7af96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-gitops-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
RUNNER:
1313
required: false
1414
type: string
15-
default: ubuntu-latest
15+
default: linux-arm64
1616
HOSTS_FILE:
1717
required: false
1818
type: string

0 commit comments

Comments
 (0)