From 2e07f269b955675517f89c13631638840c5e3c9a Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Tue, 17 Mar 2026 09:58:26 -0700 Subject: [PATCH] Update build.yml Remove 64-core windows github action runner as it is a charged product we need to do expense --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac955bfd5..c50c6af2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -191,7 +191,7 @@ jobs: build-dotnet-windows: name: Build .NET Windows - runs-on: windows-2022-64core + runs-on: windows-2022 strategy: matrix: configuration: [ @@ -446,7 +446,7 @@ jobs: build-rust-windows: name: Build Rust Windows - runs-on: windows-2022-64core + runs-on: windows-2022 steps: - uses: actions/checkout@v6 - name: test