|
21 | 21 | jobs: |
22 | 22 | stylecheck: |
23 | 23 | name: Stylecheck |
24 | | - runs-on: ubuntu-22.04 |
| 24 | + runs-on: blacksmith-4vcpu-ubuntu-2204 |
25 | 25 | steps: |
26 | 26 | - uses: actions/checkout@v4 |
27 | 27 | - uses: pnpm/action-setup@v4 |
|
36 | 36 |
|
37 | 37 | build-all: |
38 | 38 | name: Install, build all and test as described in README |
39 | | - runs-on: ubuntu-22.04 |
| 39 | + runs-on: blacksmith-32vcpu-ubuntu-2204 |
40 | 40 | env: |
41 | 41 | BUILD_CONFIG_FILE: postgres-pglite/.buildconfig |
42 | 42 | TZ: UTC |
|
86 | 86 |
|
87 | 87 | build-and-test-pglite: |
88 | 88 | name: Build and Test packages/pglite |
89 | | - runs-on: ubuntu-22.04 |
| 89 | + runs-on: blacksmith-32vcpu-ubuntu-2204 |
90 | 90 | strategy: |
91 | 91 | matrix: |
92 | 92 | node: [20.x, 21.x, 22.x, 23.x, 24.x] |
@@ -179,7 +179,7 @@ jobs: |
179 | 179 |
|
180 | 180 | build-and-test-pglite-dependents: |
181 | 181 | name: Build and Test packages dependent on PGlite |
182 | | - runs-on: ubuntu-22.04 |
| 182 | + runs-on: blacksmith-32vcpu-ubuntu-2204 |
183 | 183 | strategy: |
184 | 184 | matrix: |
185 | 185 | node: [20.x, 21.x, 22.x, 23.x, 24.x] |
@@ -228,7 +228,7 @@ jobs: |
228 | 228 |
|
229 | 229 | publish-website-with-demos: |
230 | 230 | name: Publish website with demos |
231 | | - runs-on: ubuntu-22.04 |
| 231 | + runs-on: blacksmith-4vcpu-ubuntu-2204 |
232 | 232 | needs: [build-and-test-pglite, build-and-test-pglite-dependents] |
233 | 233 | steps: |
234 | 234 | - name: Checkout |
@@ -344,7 +344,7 @@ jobs: |
344 | 344 | issues: write # to post issue comments (changesets/action) |
345 | 345 | pull-requests: write # to create pull request (changesets/action) |
346 | 346 | name: Make a PR or publish |
347 | | - runs-on: ubuntu-22.04 |
| 347 | + runs-on: blacksmith-2vcpu-ubuntu-2204 |
348 | 348 | needs: [build-all] |
349 | 349 | steps: |
350 | 350 | - uses: actions/checkout@v4 |
|
0 commit comments