Skip to content

Commit 86124dd

Browse files
authored
ci: change release runner to blacksmith-4vcpu-ubuntu-2404 (#510)
1 parent 6518bcd commit 86124dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
features:
4343
- "all_fdws"
4444
box:
45-
- { runner: blacksmith-8vcpu-ubuntu-2404, arch: amd64 }
46-
- { runner: blacksmith-8vcpu-ubuntu-2404-arm, arch: arm64 }
45+
- { runner: blacksmith-4vcpu-ubuntu-2404, arch: amd64 }
46+
- { runner: blacksmith-4vcpu-ubuntu-2404-arm, arch: arm64 }
4747
runs-on: ${{ matrix.box.runner }}
4848
timeout-minutes: 90
4949
steps:

.github/workflows/release_wasm_fdw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
release:
1313
name: Create Wasm FDW Release
14-
runs-on: blacksmith-8vcpu-ubuntu-2404
14+
runs-on: blacksmith-4vcpu-ubuntu-2404
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)