Skip to content

Commit 6908c85

Browse files
committed
Scale down runners
1 parent 7a8b70c commit 6908c85

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
include:
3333
- platform: linux-x64
34-
runner: ubuntu-latest-4-cores
34+
runner: ubuntu-latest
3535
target: x86_64-unknown-linux-gnu
3636
out-file: libtemporal_sdk_typescript_bridge.so
3737
- platform: linux-arm
@@ -118,7 +118,7 @@ jobs:
118118
matrix:
119119
include:
120120
- platform: linux-x64
121-
runner: ubuntu-latest-4-cores
121+
runner: ubuntu-latest
122122
target: x86_64-unknown-linux-gnu
123123
runs-on: ${{ matrix.runner }}
124124
defaults:
@@ -198,7 +198,7 @@ jobs:
198198
server: [cli] # FIXME: Add 'cloud'
199199
include:
200200
- platform: linux-x64
201-
runner: ubuntu-latest-4-cores
201+
runner: ubuntu-latest
202202
# For efficiency, we only run non-reuse-v8-context tests on this platform
203203
reuse-v8-context: false
204204
- platform: linux-arm

.github/workflows/conventions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jobs:
1010
lint-and-prune:
1111
name: Lint and Prune
12-
runs-on: ubuntu-latest-4-cores
12+
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
jobs:
2323
build-docs:
2424
name: Build Docs
25-
runs-on: ubuntu-latest-4-cores
25+
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout code
2828
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
include:
2828
- platform: linux-x64
29-
runner: ubuntu-latest-4-cores
29+
runner: ubuntu-latest
3030
target: x86_64-unknown-linux-gnu
3131
container: quay.io/pypa/manylinux_2_24_x86_64
3232
out-file: libtemporal_sdk_typescript_bridge.so
@@ -148,7 +148,7 @@ jobs:
148148
matrix:
149149
include:
150150
- platform: linux-x64
151-
runner: ubuntu-latest-4-cores
151+
runner: ubuntu-latest
152152
target: x86_64-unknown-linux-gnu
153153
runs-on: ${{ matrix.runner }}
154154
defaults:
@@ -239,7 +239,7 @@ jobs:
239239
- server: ${{ vars.TEMPORAL_CLIENT_NAMESPACE == '' && 'cloud' || '' }}
240240
include:
241241
- platform: linux-x64
242-
runner: ubuntu-latest-4-cores
242+
runner: ubuntu-latest
243243
- platform: linux-arm
244244
runner: ubuntu-24.04-arm64-2-core
245245
- platform: macos-x64

0 commit comments

Comments
 (0)