Skip to content

Commit

Permalink
[CI] Disable Android-35
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Sep 3, 2024
1 parent 3bdfc53 commit 3b7875b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
matrix:
emulator:
# Emulator matrix generated by ci-scripts/emulator_matrix_generator.py
- { 'api_level': 35, 'api_type_target': 'google_apis', 'arch': 'x86_64' }
# @TODO: fix android-35
# - { 'api_level': 35, 'api_type_target': 'google_apis', 'arch': 'x86_64' }
- { 'api_level': 34, 'api_type_target': 'default', 'arch': 'x86_64' }
- { 'api_level': 33, 'api_type_target': 'aosp_atd', 'arch': 'x86_64' }
- { 'api_level': 32, 'api_type_target': 'aosp_atd', 'arch': 'x86_64' }
Expand Down

0 comments on commit 3b7875b

Please sign in to comment.