Skip to content

Commit

Permalink
Add back self-hosted windows aarch64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Kale-Ko committed Jun 11, 2024
1 parent f3971fa commit aef2572
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,10 @@ jobs:
runs_on: windows-2022
java_distro: 'temurin'
java_name: x86
- name: aarch64
runs_on: self-hosted
java_distro: 'liberica'
java_name: aarch64
java_version: [ 8, 11, 17, 21 ]

exclude:
Expand Down

0 comments on commit aef2572

Please sign in to comment.