Skip to content

Commit 01328c2

Browse files
committed
remove python
1 parent 63bbe47 commit 01328c2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-and-release-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
build-and-release:
1515
strategy:
1616
matrix:
17-
pg_version: ["13.15", "14.12", "15.7", "16.3"]
17+
# pg_version: ["13.15", "14.12", "15.7", "16.3"]
18+
pg_version: ["16.3"]
1819
os: [macos-15-large, macos-15-xlarge]
1920
runs-on: ${{ matrix.os }}
2021
defaults:

scripts/build-postgres-darwin.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ done
235235
# **Step 2: Create a Zip Archive for Notarization**
236236
cd $INSTALL_DIR
237237
rm -rf lib/pgxs/src/test/
238+
rm -f lib/Python
238239
cp -Rf $(git rev-parse --show-toplevel)/share/postgresql/extension/* share/extension
239240
zip -r $TRG_DIR/postgres-macos.zip \
240241
share \

0 commit comments

Comments
 (0)