Skip to content

Commit 9e06e1d

Browse files
Alexandra Pervushinadanolivo
Alexandra Pervushina
authored andcommitted
Fix version in c-cpp.yml
1 parent 031c0c8 commit 9e06e1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎./workflows/c-cpp.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: 'C/C++ CI for the stable13'
1+
name: 'C/C++ CI for the stable14'
22

33
on:
44
push:
5-
branches: [ stable13 ]
5+
branches: [ stable14 ]
66
pull_request:
7-
branches: [ stable13 ]
7+
branches: [ stable14 ]
88

99
jobs:
1010
build:
@@ -19,9 +19,9 @@ jobs:
1919
git config --global user.name "CI PgPro admin"
2020
git clone https://.com/postgres/postgres.git pg
2121
cd pg
22-
git checkout REL_13_STABLE
22+
git checkout REL_14_STABLE
2323
./configure --prefix=`pwd`/tmp_install
2424
git subtree add --prefix=contrib/aqo https://.com/postgrespro/aqo.git $_REF
25-
-p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg13.
25+
-p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg14.
2626
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
2727
env CLIENTS=50 THREADS=50 make -C contrib/aqo check

0 commit comments

Comments
 (0)