diff --git a/.github/workflows/launchers.yml b/.github/workflows/launchers.yml index 036b4f2966e8..c51ce3351d35 100644 --- a/.github/workflows/launchers.yml +++ b/.github/workflows/launchers.yml @@ -22,8 +22,7 @@ jobs: linux-aarch64: name: Deploy and Test on Linux ARM64 architecture - runs-on: macos-latest - if: ${{ false }} + runs-on: linux-arm steps: - uses: actions/checkout@v4 - name: Set up JDK 17 @@ -32,9 +31,6 @@ jobs: java-version: '17' distribution: 'temurin' cache: 'sbt' - # https://github.com/actions/runner-images/issues/9369 - - name: Install sbt - run: brew install sbt - name: Build and test launcher command run: ./project/scripts/native-integration/bashTests env: