Skip to content

Commit 60c6fca

Browse files
committed
Fix UI tests running on CI and emulator issues
1 parent a905824 commit 60c6fca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/AdvancedStateAndSideEffectsCodelab.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161

6262
test:
6363
needs: build
64-
runs-on: ubuntu-latest
64+
runs-on: macos-13
6565
timeout-minutes: 30
6666
strategy:
6767
matrix:
68-
api-level: [23, 26, 29]
68+
api-level: [26, 29]
6969

7070
steps:
7171
- name: Checkout

.github/workflows/MigrationCodelab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
timeout-minutes: 30
6666
strategy:
6767
matrix:
68-
api-level: [23, 26, 29]
68+
api-level: [26, 29]
6969

7070
steps:
7171
- name: Checkout

0 commit comments

Comments
 (0)