Skip to content

Commit

Permalink
Updated CI runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dutow committed Aug 5, 2024
1 parent c42f9f4 commit 602c84e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-16-pgdg-package-pgxs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
sudo -u postgres bash -c './configure'
sudo -u postgres bash -c 'make USE_PGXS=1'
sudo make USE_PGXS=1 install
sudo make USE_PGXS=1 MAJORVERSION=16 install
working-directory: src/pg_tde

- name: Start pg_tde tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-16-src-make-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build pg_tde
run: |
./configure
make -j
make -j MAJORVERSION=16
sudo make install
working-directory: src/contrib/pg_tde

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-16-src-make-ssl11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build pg_tde
run: |
./configure
make -j
make -j MAJORVERSION=16
sudo make install
working-directory: src/contrib/pg_tde

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-16-src-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build pg_tde
run: |
./configure
make -j
make -j MAJORVERSION=16
sudo make install
working-directory: src/contrib/pg_tde

Expand Down

0 comments on commit 602c84e

Please sign in to comment.