ci: Update CI/CD to use 32x runner for Windows.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user