From ff54b4039066ea15bb6a9f6638da59249cb82c4f Mon Sep 17 00:00:00 2001 From: James Blair Date: Thu, 24 Oct 2024 08:59:19 +1300 Subject: [PATCH] Remove defunct arm64 github actions workflow. Signed-off-by: James Blair --- .github/workflows/test_arm64.yaml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/workflows/test_arm64.yaml diff --git a/.github/workflows/test_arm64.yaml b/.github/workflows/test_arm64.yaml deleted file mode 100644 index e9db4240..00000000 --- a/.github/workflows/test_arm64.yaml +++ /dev/null @@ -1,9 +0,0 @@ -name: Test ARM64 -permissions: read-all -on: [push, pull_request] -jobs: - test-linux-arm64-cpu-race: - uses: ./.github/workflows/test_template.yaml - with: - runs-on: actuated-arm64-8cpu-8gb - targets: "['linux-arm64-unit-4-cpu-race']"