We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6518bcd commit 86124ddCopy full SHA for 86124dd
.github/workflows/release.yml
@@ -42,8 +42,8 @@ jobs:
42
features:
43
- "all_fdws"
44
box:
45
- - { runner: blacksmith-8vcpu-ubuntu-2404, arch: amd64 }
46
- - { runner: blacksmith-8vcpu-ubuntu-2404-arm, arch: arm64 }
+ - { runner: blacksmith-4vcpu-ubuntu-2404, arch: amd64 }
+ - { runner: blacksmith-4vcpu-ubuntu-2404-arm, arch: arm64 }
47
runs-on: ${{ matrix.box.runner }}
48
timeout-minutes: 90
49
steps:
.github/workflows/release_wasm_fdw.yml
@@ -11,7 +11,7 @@ permissions:
11
jobs:
12
release:
13
name: Create Wasm FDW Release
14
- runs-on: blacksmith-8vcpu-ubuntu-2404
+ runs-on: blacksmith-4vcpu-ubuntu-2404
15
16
- name: Checkout code
17
uses: actions/checkout@v4
0 commit comments