Skip to content

Commit f3991fd

Browse files
committed
Attempting running Swift build with Android API 35 against all emulators
1 parent 48e8784 commit f3991fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,5 @@ jobs:
182182
cd PackageDemo
183183
swift package init
184184
swift test
185-
skip android test --verbose --android-api-level ${ANDROID_API} --arch ${EMULATOR_ARCH}
185+
skip android test --verbose --android-api-level 35 --arch ${EMULATOR_ARCH}
186186

0 commit comments

Comments
 (0)