Skip to content

Commit 16bad55

Browse files
use 12711
1 parent 380280f commit 16bad55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
op_version:
14-
- "1.25.3.1"
14+
- "1.27.1.1"
1515

1616
runs-on: "ubuntu-20.04"
1717

@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Install
4040
run: |
41-
wget https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-base.sh
41+
wget https://raw.githubusercontent.com/shreemaan-abhishek/apisix-build-tools/refs/heads/12711/build-apisix-runtime.sh
4242
chmod +x build-apisix-base.sh
4343
OR_PREFIX=$OPENRESTY_PREFIX CC="clang -fsanitize=address -fcolor-diagnostics -Qunused-arguments" \
4444
cc_opt="-Werror" ./build-apisix-base.sh latest

0 commit comments

Comments
 (0)