From c6473e1bbd4145e6663c208f2a05070fd564373a Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Sat, 24 May 2025 10:15:22 +0200 Subject: [PATCH] Revert "CICD: Disable windows-latest/x86_64-pc-windows-gnu for now" This reverts commit deef8cbfd69856f9a631a085bc0cd032ea852767. A new onig release has happened, this should fix the issue. --- .github/workflows/CICD.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index fba140aa2..f225ba755 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -528,8 +528,7 @@ jobs: - { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos, workspace-tests: true } # M1 CPU - { os: macos-13 , target: x86_64-apple-darwin , features: feat_os_macos, workspace-tests: true } - { os: windows-latest , target: i686-pc-windows-msvc , features: feat_os_windows } - # TODO: Re-enable after rust-onig release: https://github.com/rust-onig/rust-onig/issues/193 - # - { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows } + - { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows } - { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows } - { os: windows-latest , target: aarch64-pc-windows-msvc , features: feat_os_windows, use-cross: use-cross , skip-tests: true } steps: