Skip to content

Commit fb7185d

Browse files
authored
ci: switch from windows-latest-8-cores to windows-latest runner (#742)
Resolves CI slowdown issues caused by limited availability of Windows containers with 8 cores by switching to the standard Windows runner image. ## Changes Made - Updated `rust-cross` job to use `windows-latest` instead of `windows-latest-8-cores` - Updated `windows-integration` job to use `windows-latest` instead of `windows-latest-8-cores` - Updated `global-install` job matrix to use `windows-latest` instead of `windows-latest-8-cores` This change trades some performance for better availability and faster CI queue times, as the standard Windows runners have much better availability than the 8-core variant. Fixes #741
1 parent a66c596 commit fb7185d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
target: aarch64-apple-darwin
9393
- os: macos-latest
9494
target: x86_64-apple-darwin
95-
- os: windows-latest-8-cores
95+
- os: windows-latest
9696
target: x86_64-pc-windows-msvc
9797

9898
steps:
@@ -115,7 +115,7 @@ jobs:
115115
windows-integration:
116116
name: Windows Integration Test
117117
if: github.event_name != 'pull_request'
118-
runs-on: windows-latest-8-cores
118+
runs-on: windows-latest
119119
needs: rust-cross
120120

121121
steps:
@@ -243,7 +243,7 @@ jobs:
243243
- os: macos-latest
244244
target: aarch64-apple-darwin
245245
binary: agent-browser-darwin-arm64
246-
- os: windows-latest-8-cores
246+
- os: windows-latest
247247
target: x86_64-pc-windows-msvc
248248
binary: agent-browser-win32-x64.exe
249249

0 commit comments

Comments
 (0)