Skip to content

Commit

Permalink
build arm64 and x86
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed May 2, 2024
1 parent 25d3c02 commit 308cef6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Android-CI-Espresso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
api: [ 31 ]
abi: [ arm64-v8a ]
tag: [ 'google_apis' ]
# include:
# - java_version: 17
# os: macOS-14
# api: 31
# abi: arm64-v8a
# tag: 'google_apis'
include:
- java_version: 17
os: macOS-13
api: 28
abi: x86_64
tag: 'default'
steps:
- name: Show architecture
run: uname -a
Expand Down

0 comments on commit 308cef6

Please sign in to comment.