Skip to content

Commit 981a93c

Browse files
authored
[BLD] Use 8core runners for all our windows jobs (#5027)
1 parent 4e59a70 commit 981a93c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/_build_js_bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
build-windows:
7777
name: Build Windows bindings
78-
runs-on: windows-latest
78+
runs-on: 8core-32gb-windows-latest
7979
defaults:
8080
run:
8181
working-directory: rust/js_bindings

.github/workflows/_build_release_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
platform:
6868
- { os: linux, runner: blacksmith-4vcpu-ubuntu-2204, target: x86_64 }
6969
- { os: linux, runner: blacksmith-4vcpu-ubuntu-2204-arm, target: aarch64 }
70-
- { os: windows, runner: windows-latest, target: x64 }
70+
- { os: windows, runner: 8core-32gb-windows-latest, target: x64 }
7171
- { os: macos, runner: macos-14, target: x86_64 }
7272
- { os: macos, runner: macos-14, target: aarch64 }
7373

.github/workflows/_python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
fail-fast: false
266266
matrix:
267267
python: ${{ fromJson(inputs.python_versions) }}
268-
runs-on: 16core-64gb-windows-latest
268+
runs-on: 8core-32gb-windows-latest
269269
steps:
270270
- name: Checkout
271271
uses: actions/checkout@v4

.github/workflows/release-chromadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# and we usually don't see failures that are isolated to a specific version
5858
python_versions: '["3.12"]'
5959
property_testing_preset: 'normal'
60-
runner: '16core-64gb-windows-latest'
60+
runner: '8core-64gb-windows-latest'
6161

6262
javascript-client-tests:
6363
name: JavaScript client tests

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
build-windows:
4545
name: Build Windows binary
46-
runs-on: windows-latest
46+
runs-on: 8core-32gb-windows-latest
4747
steps:
4848
- name: Checkout repository
4949
uses: actions/checkout@v3

0 commit comments

Comments
 (0)