Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-git-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
Loading