diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-04-21 09:17:19 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-04-21 12:25:41 +0900 |
commit | d414dbae0abc395139a5d243aeb0a91368807a3e (patch) | |
tree | 2510bfe2dd223642c575d9afe8f55a0abdf1edb5 | |
parent | 99a16757ca74bfb15605a02e33c33f6bcec0616c (diff) |
nmake check is crashed with windows-11-arm, we need to try test-spec
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13118
-rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3abaafa82e..04fb26175f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -37,7 +37,7 @@ jobs: vcvars: '10.0.22621.0 -vcvars_ver=14.2' # The defautl Windows 11 SDK and toolset are broken at windows-2022 test_task: check - os: 11-arm - test_task: check + test_task: test-spec target: arm64 - os: 2022 vc: 2019 |