From e134ed253fb0e5e19fadc3b02b198a0af331e7bd Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 18 Apr 2024 18:55:09 -0700 Subject: [PATCH] [CI] Use bigger windows runners --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07e60e2bc5..0a455c7b3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: uses: ./.github/workflows/build-windows.yml secrets: inherit with: - runs-on: windows-latest + runs-on: windows tag: windows-x64 arch: x64 cpu: haswell @@ -110,7 +110,7 @@ jobs: uses: ./.github/workflows/build-windows.yml secrets: inherit with: - runs-on: windows-latest + runs-on: windows tag: windows-x64-baseline arch: x64 cpu: nehalem @@ -189,7 +189,7 @@ jobs: with: run-id: ${{ inputs.run-id }} pr-number: ${{ github.event.number }} - runs-on: windows-latest + runs-on: windows tag: windows-x64 windows-x64-baseline-test: if: ${{ github.event.inputs.run-id && always() || github.event_name == 'pull_request' }} @@ -200,7 +200,7 @@ jobs: with: run-id: ${{ inputs.run-id }} pr-number: ${{ github.event.number }} - runs-on: windows-latest + runs-on: windows tag: windows-x64-baseline cleanup: if: ${{ always() }}