From 43dbf933abb3dd0cbbae6082f17e6aa3c07c3fce Mon Sep 17 00:00:00 2001 From: Matthew John Cheetham Date: Tue, 15 Apr 2025 10:02:57 +0100 Subject: [PATCH] build-git-installers.yml: use Win/ARM64 hosted runners 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 Signed-off-by: Matthew John Cheetham --- .github/workflows/build-git-installers.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-git-installers.yml b/.github/workflows/build-git-installers.yml index d38b8f4a116a6c..b2ddb9ea61e97a 100644 --- a/.github/workflows/build-git-installers.yml +++ b/.github/workflows/build-git-installers.yml @@ -70,7 +70,7 @@ jobs: artifact: pkg-aarch64 toolchain: clang-aarch64 mingwprefix: clangarm64 - runner: ['self-hosted', '1ES.Pool=github-arm64-pool'] + runner: windows-11-arm runs-on: ${{ matrix.arch.runner }} env: GPG_OPTIONS: "--batch --yes --no-tty --list-options no-show-photos --verify-options no-show-photos --pinentry-mode loopback" @@ -197,7 +197,7 @@ jobs: artifact: pkg-aarch64 toolchain: clang-aarch64 mingwprefix: clangarm64 - runner: ['self-hosted', '1ES.Pool=github-arm64-pool'] + runner: windows-11-arm type: - name: installer fileprefix: Git @@ -729,7 +729,7 @@ jobs: - os: windows-latest artifact: win-installer-x86_64 command: $PROGRAMFILES\Git\cmd\git.exe - - os: ['self-hosted', '1ES.Pool=github-arm64-pool'] + - os: windows-11-arm artifact: win-installer-aarch64 command: $PROGRAMFILES\Git\cmd\git.exe runs-on: ${{ matrix.component.os }}