Skip to content

Commit

Permalink
Getting closer?
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 committed Nov 25, 2024
1 parent 53b46ed commit 29a7025
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [24, 30]
include:
- api-level: 24
arch: x86
- api-level: 30
arch: x86_64
- api-level: 30
arch: arm64-v8a
api-level: [24, 29]
arch: [x86, x86_64]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 29a7025

Please sign in to comment.