From 372043f18ea00df26ffa60439ced47349755df66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Tue, 22 Aug 2023 15:12:08 +0200 Subject: [PATCH] Update test-pipeline.yml --- .github/workflows/test-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pipeline.yml b/.github/workflows/test-pipeline.yml index 341b15c..059ead0 100644 --- a/.github/workflows/test-pipeline.yml +++ b/.github/workflows/test-pipeline.yml @@ -20,7 +20,7 @@ jobs: #Run unit tests on the test PLCs run-unit-tests: name: 'Run tests and documentation' - runs-on: [self-hosted, linux, x64, womed-local-linux] + runs-on: [self-hosted, linux, ARM64] steps: - uses: actions/checkout@v3