From 847abbfd5c1401beb84aed9ccfd9de7f84bbf819 Mon Sep 17 00:00:00 2001 From: Mike Solar Date: Mon, 13 Jul 2026 14:39:30 +0800 Subject: [PATCH] ci: Update CI/CD to use 32x runner for Windows. --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4661a7206..b96de727b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,7 +14,7 @@ jobs: # Windows Installer (MSYS2) # ------------------------------------------------------------------ windows: - runs-on: warp-windows-latest-x64-16x + runs-on: warp-windows-latest-x64-32x steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1aebf190..91b0ec564 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: [warp-ubuntu-latest-x64-16x, warp-macos-15-arm64-12x, warp-windows-latest-x64-16x] + os: [warp-ubuntu-latest-x64-16x, warp-macos-15-arm64-12x, warp-windows-latest-x64-32x] env: CMAKE_BUILD_TYPE: Release # Enable OFX integration tests that require external plugin bundles