Skip to content

Commit

Permalink
Try fewer builds
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 committed Nov 25, 2024
1 parent a7f736b commit 53b46ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,13 @@ jobs:
strategy:
matrix:
api-level: [24, 30]
arch: [x86, x86_64, arm64-v8a]
include:
- api-level: 24
arch: x86
- api-level: 30
arch: x86_64
- api-level: 30
arch: arm64-v8a
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 53b46ed

Please sign in to comment.