From 69d89094c0f09761a158b3fd3e2b90f634ef8e1a 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 b631b48a2..67219970d 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 7ebbdbe98..5162efcc7 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