Skip to content

Commit 4219950

Browse files
authored
Enable linux arm tests for the launcher (#22396)
We now enable testing the launchers on linux/arm machines !
2 parents 8b27ecb + 4ca10c2 commit 4219950

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/launchers.yml renamed to .github/workflows/test-launchers.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828

2929
linux-aarch64:
3030
name: Deploy and Test on Linux ARM64 architecture
31-
runs-on: macos-latest
32-
if: ${{ false }}
31+
runs-on: ubuntu-24.04-arm
3332
steps:
3433
- uses: actions/checkout@v4
3534
- name: Set up JDK 17

0 commit comments

Comments
 (0)