From 0492f8e75e15e3ad7a0961f789fe1209fa71624f Mon Sep 17 00:00:00 2001 From: Aikawa Yataro Date: Fri, 2 Aug 2024 14:25:25 +0000 Subject: [PATCH] ci: add win-arm64 job --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b1cd88e..84b7558a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,9 @@ jobs: - name : Windows x64 os: windows-2019 runtime: win-x64 + - name : Windows ARM64 + os: windows-2019 + runtime: win-arm64 - name : macOS (Intel) os: macos-13 runtime: osx-x64