mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
ci: add win-arm64 job
This commit is contained in:
parent
a76d18c668
commit
0492f8e75e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -13,6 +13,9 @@ jobs:
|
||||||
- name : Windows x64
|
- name : Windows x64
|
||||||
os: windows-2019
|
os: windows-2019
|
||||||
runtime: win-x64
|
runtime: win-x64
|
||||||
|
- name : Windows ARM64
|
||||||
|
os: windows-2019
|
||||||
|
runtime: win-arm64
|
||||||
- name : macOS (Intel)
|
- name : macOS (Intel)
|
||||||
os: macos-13
|
os: macos-13
|
||||||
runtime: osx-x64
|
runtime: osx-x64
|
||||||
|
|
Loading…
Reference in a new issue