We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e8784 commit f3991fdCopy full SHA for f3991fd
.github/workflows/ci.yml
@@ -182,5 +182,5 @@ jobs:
182
cd PackageDemo
183
swift package init
184
swift test
185
- skip android test --verbose --android-api-level ${ANDROID_API} --arch ${EMULATOR_ARCH}
+ skip android test --verbose --android-api-level 35 --arch ${EMULATOR_ARCH}
186
0 commit comments