Skip to content

Commit 12eef85

Browse files
ci: Downgrade API level to 28 for daily yml file (#553)
1 parent de72f0a commit 12eef85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: "Run Instrumented Tests"
8585
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d #v2.33.0
8686
with:
87-
api-level: 29
87+
api-level: 28
8888
#script: ./gradlew :android-core:cAT :android-kit-base:cAT --stacktrace
8989
script: |
9090
#Disable benchmark tests as they do not work on emulators
@@ -117,7 +117,7 @@ jobs:
117117
- name: "Run Instrumented Orchestrator Tests"
118118
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d #v2.33.0
119119
with:
120-
api-level: 29
120+
api-level: 28
121121
script: ./gradlew -Porchestrator=true :android-core:cAT --stacktrace
122122
- name: "Archive Instrumented Orchestrator Tests Results"
123123
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)