mirror of https://github.com/citusdata/citus.git
32core vm for build
parent
7779d8926a
commit
601a5f09b2
|
@ -99,7 +99,7 @@ jobs:
|
||||||
pg_version:
|
pg_version:
|
||||||
- ${{ inputs.pg14_version }}
|
- ${{ inputs.pg14_version }}
|
||||||
- ${{ inputs.pg15_version }}
|
- ${{ inputs.pg15_version }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest-32core
|
||||||
container:
|
container:
|
||||||
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ matrix.image_suffix }}"
|
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ matrix.image_suffix }}"
|
||||||
options: --user root
|
options: --user root
|
||||||
|
|
Loading…
Reference in New Issue