Skip to content

Commit 11ef4f9

Browse files
committed
fix ci
1 parent 2d26bfc commit 11ef4f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
include:
2828
- variant: ndk27
2929
ndk-version: '27.1.12297006'
30-
- variant: ndk28c
30+
- variant: ndk28
3131
ndk-version: '28.2.13676358'
3232
- variant: ndk29
3333
ndk-version: '29.0.14206865'
@@ -241,7 +241,7 @@ jobs:
241241
maestro test maestro.yaml
242242
STATUS=$?
243243
if [ $STATUS -eq 0 ]; then
244-
for variant in ndk27 ndk28c ndk29; do
244+
for variant in ndk27 ndk28 ndk29; do
245245
../scripts/run-js-smoketest.sh "$variant"
246246
EXIT_CODE=$?
247247
if [ $EXIT_CODE -ne 0 ]; then

0 commit comments

Comments
 (0)