Skip to content

Commit

Permalink
macOS 14 arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed May 2, 2024
1 parent d191b7f commit 7f24eda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Android-CI-Espresso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ on:
jobs:
BuildTest:
name: Build and test JDK ${{ matrix.java_version }} ${{ matrix.api }} ${{ matrix.tag }} ${{ matrix.abi }}
runs-on: macOS-latest
runs-on: macos-14-xlarge
strategy:
fail-fast: false
matrix:
java_version: [ 17 ]
api: [ 28 ]
abi: [ x86_64 ]
tag: [ 'default' ]
api: [ 31 ]
abi: [ arm64-v8a ]
tag: [ 'google_apis' ]
# include:
# # - api: 31
# # abi: x86_64
Expand Down

0 comments on commit 7f24eda

Please sign in to comment.