Skip to content

Commit 13a0d99

Browse files
authored
build-git-installers.yml: use Win/ARM64 hosted runners (#744)
Replace our self-hosted Windows ARM64 runners with the newly available Windows 11 ARM64 public hosted runners. https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview Sample build: https://github.com/microsoft/git/actions/runs/14465922705
2 parents e92e23d + 43dbf93 commit 13a0d99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
artifact: pkg-aarch64
7171
toolchain: clang-aarch64
7272
mingwprefix: clangarm64
73-
runner: ['self-hosted', '1ES.Pool=github-arm64-pool']
73+
runner: windows-11-arm
7474
runs-on: ${{ matrix.arch.runner }}
7575
env:
7676
GPG_OPTIONS: "--batch --yes --no-tty --list-options no-show-photos --verify-options no-show-photos --pinentry-mode loopback"
@@ -197,7 +197,7 @@ jobs:
197197
artifact: pkg-aarch64
198198
toolchain: clang-aarch64
199199
mingwprefix: clangarm64
200-
runner: ['self-hosted', '1ES.Pool=github-arm64-pool']
200+
runner: windows-11-arm
201201
type:
202202
- name: installer
203203
fileprefix: Git
@@ -729,7 +729,7 @@ jobs:
729729
- os: windows-latest
730730
artifact: win-installer-x86_64
731731
command: $PROGRAMFILES\Git\cmd\git.exe
732-
- os: ['self-hosted', '1ES.Pool=github-arm64-pool']
732+
- os: windows-11-arm
733733
artifact: win-installer-aarch64
734734
command: $PROGRAMFILES\Git\cmd\git.exe
735735
runs-on: ${{ matrix.component.os }}

0 commit comments

Comments
 (0)