Skip to content

Commit

Permalink
Merge pull request #14 from git-for-windows/arm64-runners-sync
Browse files Browse the repository at this point in the history
sync (CI): run on arm64 runners
  • Loading branch information
dscho authored Apr 30, 2024
2 parents e2efde2 + cc30cfe commit 36b089f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
sync:
if: github.repository_owner == 'git-for-windows' || github.event.inputs.debug_with_ssh_key != ''
runs-on: windows-latest
runs-on: [Windows, ARM64]
environment: sync
steps:
- name: clone git-sdk-arm64
Expand Down

0 comments on commit 36b089f

Please sign in to comment.