diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-04-18 23:14:01 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-04-21 12:25:41 +0900 |
commit | 9e3c120a155ce2f84034d57c56c11f9f70cec7b3 (patch) | |
tree | 45bfe0ec4dfd3d427b01c5e15808bfceedadbfd5 | |
parent | a12fe4012462bb47357b3777b736d38bb911854c (diff) |
set arm64-windows for VCPKG_DEFAULT_TRIPLET
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13118
-rw-r--r-- | .github/workflows/windows.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index df17653cbf..db669e8c4c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -38,6 +38,7 @@ jobs: test_task: check - os: 11-arm test_task: check + target: arm64 - os: 2022 vc: 2019 vcvars: '10.0.22621.0 -vcvars_ver=14.2' |