diff --git a/.github/workflows/Android-CI-Espresso.yml b/.github/workflows/Android-CI-Espresso.yml index 2c1b43b2..34986595 100644 --- a/.github/workflows/Android-CI-Espresso.yml +++ b/.github/workflows/Android-CI-Espresso.yml @@ -16,10 +16,10 @@ jobs: fail-fast: false matrix: java_version: [ 17 ] - os: [ macOS-13 ] - api: [ 28 ] - abi: [ x86_64 ] - tag: [ 'default' ] + os: [ macos-14-xlarge ] + api: [ 31 ] + abi: [ arm64-v8a ] + tag: [ 'google_apis' ] # include: # - java_version: 17 # os: macOS-14