From 76684c0f74f42781474f561d97c8761dfa25ddbd Mon Sep 17 00:00:00 2001 From: monosans Date: Tue, 28 Apr 2026 22:20:30 +0300 Subject: [PATCH] Revert "ci: temporarily disable windows arm64 freethreaded" This reverts commit c0de9e17129e92279506e82964fdb9839ec8e1fa. --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f490317..7960be7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,14 +158,14 @@ jobs: 3.13 3.14 build-python-versions: 3.11 3.12 3.13 3.14 - # - target: aarch64-pc-windows-msvc - # runner: windows-11-arm - # setup-python-architecture: arm64 - # setup-python-versions: | - # 3.13t - # 3.14t - # build-python-versions: 3.13t 3.14t - # artifact_suffix: "-freethreaded" + - target: aarch64-pc-windows-msvc + runner: windows-11-arm + setup-python-architecture: arm64 + setup-python-versions: | + 3.13t + 3.14t + build-python-versions: 3.13t 3.14t + artifact_suffix: "-freethreaded" fail-fast: false steps: - uses: actions/checkout@v6