Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Sep 29, 2023
1 parent 76cb79d commit 0d07976
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
path: orion-viewer/build/outputs/apk/x86_64/debug/*.apk

test:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [29]
api-level: [25]
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -76,6 +76,7 @@ jobs:
- name: Gradle cache
uses: gradle/gradle-build-action@v2


- name: AVD cache
uses: actions/cache@v3
id: avd-cache
Expand Down

0 comments on commit 0d07976

Please sign in to comment.