Skip to content

Commit 519b63e

Browse files
committed
gradle.yml: Add ubuntu-24.04-arm to matrix
1 parent b2859be commit 519b63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-24.04, macOS-14]
10+
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-14]
1111
distribution: ['temurin']
1212
fail-fast: false
1313
name: ${{ matrix.os }} JDK 23

0 commit comments

Comments
 (0)