From 602c84e111b5d91826678cb5f828134b8f7c4c27 Mon Sep 17 00:00:00 2001 From: Zsolt Parragi Date: Mon, 5 Aug 2024 19:51:11 +0100 Subject: [PATCH] Updated CI runners --- .github/workflows/postgresql-16-pgdg-package-pgxs.yml | 2 +- .github/workflows/postgresql-16-src-make-macos.yml | 2 +- .github/workflows/postgresql-16-src-make-ssl11.yml | 2 +- .github/workflows/postgresql-16-src-make.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/postgresql-16-pgdg-package-pgxs.yml b/.github/workflows/postgresql-16-pgdg-package-pgxs.yml index 2a9bc8f2..3439f1b2 100644 --- a/.github/workflows/postgresql-16-pgdg-package-pgxs.yml +++ b/.github/workflows/postgresql-16-pgdg-package-pgxs.yml @@ -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 diff --git a/.github/workflows/postgresql-16-src-make-macos.yml b/.github/workflows/postgresql-16-src-make-macos.yml index d20ee7e5..bc6179de 100644 --- a/.github/workflows/postgresql-16-src-make-macos.yml +++ b/.github/workflows/postgresql-16-src-make-macos.yml @@ -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 diff --git a/.github/workflows/postgresql-16-src-make-ssl11.yml b/.github/workflows/postgresql-16-src-make-ssl11.yml index 06ede237..2b7f4a5d 100644 --- a/.github/workflows/postgresql-16-src-make-ssl11.yml +++ b/.github/workflows/postgresql-16-src-make-ssl11.yml @@ -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 diff --git a/.github/workflows/postgresql-16-src-make.yml b/.github/workflows/postgresql-16-src-make.yml index 0499caf9..668523d6 100644 --- a/.github/workflows/postgresql-16-src-make.yml +++ b/.github/workflows/postgresql-16-src-make.yml @@ -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