Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
api-level: 30
target: aosp_atd
arch: x86
- os: macos-latest
- os: macos-14
api-level: 31
target: google_apis
arch: x86_64
arch: arm64-v8a
Comment on lines +41 to +44
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably should keep original too to ensure it works on both?

- os: ubuntu-latest
api-level: 34
target: aosp_atd
Expand Down