From 308cef68f3bec432a718e7b9718d5b3e3ac60b89 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Thu, 2 May 2024 07:59:03 +0200 Subject: [PATCH] build arm64 and x86 --- .github/workflows/Android-CI-Espresso.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Android-CI-Espresso.yml b/.github/workflows/Android-CI-Espresso.yml index 0fd7da5..261e9e6 100644 --- a/.github/workflows/Android-CI-Espresso.yml +++ b/.github/workflows/Android-CI-Espresso.yml @@ -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