Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed May 13, 2024
1 parent a4fe436 commit cd20694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
test:
strategy:
matrix:
arch: [[15, x86, ubuntu-latest], [16, x86, ubuntu-latest], [19, x86, ubuntu-latest], [21, x86, ubuntu-latest], [24, x86, ubuntu-latest], [28, x86, ubuntu-latest], [30, x86_64, ubuntu-latest], [31, x86_64, ubuntu-latest], [32, x86_64, ubuntu-latest], [33, x86_64, ubuntu-latest], [34, x86_64, ubuntu-latest]]
arch: [[15, x86, ubuntu-latest], [16, x86, ubuntu-latest], [19, x86, ubuntu-latest], [21, x86, ubuntu-latest], [23, x86, ubuntu-latest], [28, x86, ubuntu-latest], [30, x86_64, ubuntu-latest], [31, x86_64, ubuntu-latest], [32, x86_64, ubuntu-latest], [33, x86_64, ubuntu-latest], [34, x86_64, ubuntu-latest]]
env:
ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 170
EMULATOR_API: ${{ matrix.arch[0] }}
Expand Down

0 comments on commit cd20694

Please sign in to comment.