Skip to content

Commit 4ca10c2

Browse files
committed
chore: enable linux arm tests for the launcher
1 parent 1270d13 commit 4ca10c2

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)