Skip to content

Commit fa42970

Browse files
committed
Add Windows arm64 hosted runner
1 parent 78e09fd commit fa42970

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/java-ea-maven.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
java: [ 23 ]
17+
java: [ 24 ]
1818
os:
1919
- ubuntu-latest # Linux x64
2020
- ubuntu-24.04-arm # Linux arm64
2121
- macos-latest # macOS arm64
22+
include:
23+
- os: windows-11-arm # Windows arm64
24+
java: 21
2225

2326
name: JDK${{ matrix.java }} on ${{ matrix.os }}
2427
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)