Skip to content

Commit

Permalink
Set api level to 29
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed May 29, 2024
1 parent b66fa24 commit adc25ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
api-level: [ 33 ]
api-level: [ 29 ]
needs: build
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
api-level: [ 33 ]
api-level: [ 29 ]
needs: build
steps:
- name: Checkout code
Expand Down

0 comments on commit adc25ba

Please sign in to comment.