Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e06e1d

Browse files
Alexandra Pervushinadanolivo
Alexandra Pervushina
authored andcommitted
Fix version in c-cpp.yml
1 parent031c0c8 commit9e06e1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎.github/workflows/c-cpp.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name:'C/C++ CI for thestable13'
1+
name:'C/C++ CI for thestable14'
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://github.com/postgres/postgres.git pg
2121
cd pg
22-
git checkoutREL_13_STABLE
22+
git checkoutREL_14_STABLE
2323
./configure --prefix=`pwd`/tmp_install
2424
git subtree add --prefix=contrib/aqo https://github.com/postgrespro/aqo.git $GITHUB_REF
25-
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg13.patch
25+
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg14.patch
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)

[8]ページ先頭

©2009-2025 Movatter.jp