From 4ca10c2b312e201d3936f3c33a9d5e5d14039810 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Fri, 17 Jan 2025 11:53:43 +0100 Subject: [PATCH] chore: enable linux arm tests for the launcher --- .github/workflows/{launchers.yml => test-launchers.yml} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename .github/workflows/{launchers.yml => test-launchers.yml} (98%) diff --git a/.github/workflows/launchers.yml b/.github/workflows/test-launchers.yml similarity index 98% rename from .github/workflows/launchers.yml rename to .github/workflows/test-launchers.yml index 4ee07e4bfcc9..25bd5a4bf42f 100644 --- a/.github/workflows/launchers.yml +++ b/.github/workflows/test-launchers.yml @@ -28,8 +28,7 @@ jobs: linux-aarch64: name: Deploy and Test on Linux ARM64 architecture - runs-on: macos-latest - if: ${{ false }} + runs-on: ubuntu-24.04-arm steps: - uses: actions/checkout@v4 - name: Set up JDK 17