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