Skip to content

Commit f797e68

Browse files
committed
Adding specific ubuntu platforms
Signed-off-by: Mohit Kumar <mohitamg@amazon.com>
1 parent bd9622f commit f797e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
jdk: [21]
39-
platform: [ubuntu-latest, windows-latest]
39+
platform: [ ubuntu-24.04-arm, ubuntu-24.04, windows-latest ]
4040
runs-on: ${{ matrix.platform }}
4141

4242
steps:

0 commit comments

Comments
 (0)