From 180cddc4c13d91a72bd3e2348874acf4b9dcc206 Mon Sep 17 00:00:00 2001 From: KeatonTheBot Date: Sun, 22 Feb 2026 17:02:50 -0600 Subject: [PATCH] CI: Re-enable win-arm64 builds --- .github/workflows/canary.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 18e00b6d2..21c33fabf 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -30,9 +30,9 @@ jobs: matrix: platform: - { name: win-x64, os: ubuntu-latest, zip_os_name: win_x64 } - #- { name: win-arm64, os: ubuntu-latest, zip_os_name: win_arm64 } - - { name: linux-x64, os: ubuntu-latest, zip_os_name: linux_x64 } - - { name: linux-arm64, os: ubuntu-latest, zip_os_name: linux_arm64 } + - { name: win-arm64, os: ubuntu-latest, zip_os_name: win_arm64 } + - { name: linux-x64, os: ubuntu-latest, zip_os_name: linux_x64 } + - { name: linux-arm64, os: ubuntu-latest, zip_os_name: linux_arm64 } steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c1b6f2de..526508bf2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,9 +24,9 @@ jobs: matrix: platform: - { name: win-x64, os: ubuntu-latest, zip_os_name: win_x64 } - #- { name: win-arm64, os: ubuntu-latest, zip_os_name: win_arm64 } - - { name: linux-x64, os: ubuntu-latest, zip_os_name: linux_x64 } - - { name: linux-arm64, os: ubuntu-latest, zip_os_name: linux_arm64 } + - { name: win-arm64, os: ubuntu-latest, zip_os_name: win_arm64 } + - { name: linux-x64, os: ubuntu-latest, zip_os_name: linux_x64 } + - { name: linux-arm64, os: ubuntu-latest, zip_os_name: linux_arm64 } steps: - uses: actions/checkout@v4