Skip to content

Commit 0fce5ec

Browse files
committed
Use Windows 11 ARM in CI as it is faster than x86 buikds
1 parent 11b7c37 commit 0fce5ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- 21 # LTS
2727
- 25 # LTS
2828
include:
29-
- os-name: windows-latest
29+
- os-name: windows-11-arm
3030
java-version: 25 # LTS
3131
- os-name: macos-latest
3232
java-version: 25 # LTS

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@ jobs:
9494
name: v${{ env.release_version }}
9595
generateReleaseNotes: true
9696
token: ${{ secrets.GITHUB_TOKEN }}
97+

0 commit comments

Comments
 (0)