Update build.yml

Remove 64-core windows github action runner as it is a charged product we need to do expense
This commit is contained in:
Derek Bailey
2026-03-17 09:58:26 -07:00
committed by GitHub
parent 10c994155c
commit 2e07f269b9

View File

@@ -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