From 5ed076caaaabd17e95ab10b880d3ed26a3cbb6d2 Mon Sep 17 00:00:00 2001 From: Vlad Goldman Date: Wed, 4 Jun 2025 00:19:49 +0400 Subject: [PATCH] fix runs-on in the example Signed-off-by: Vlad Goldman --- docs/test-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test-build.md b/docs/test-build.md index 4fd3941..bfbfd25 100644 --- a/docs/test-build.md +++ b/docs/test-build.md @@ -33,7 +33,7 @@ Note that if you're running on an Arm server, You'll adapt the prefix of `runs-o specs: name: specs # runs-on: actuated-arm64-2cpu-8gb - runs-on: actuated-arm64-2cpu-8gb + runs-on: actuated-2cpu-8gb steps: - uses: actions/checkout@v4 - name: Check specs