Skip to content

Commit

Permalink
Revert "chore(CI): run instrumentation test on api-level 30"
Browse files Browse the repository at this point in the history
This reverts commit edac178.
  • Loading branch information
nuxzero committed Sep 25, 2023
1 parent edac178 commit 6c170a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
needs: build
strategy:
matrix:
api-level: [ 30 ]
api-level: [ 29 ]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
api-level: [ 30 ]
api-level: [ 29 ]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 6c170a6

Please sign in to comment.