Skip to content

Commit

Permalink
fix: set runner for android
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Mar 20, 2024
1 parent c052726 commit 6a1b228
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.11'

- name: Setup NodeJS
uses: ./.github/actions/setup-node
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
rm -rf build/Build/Products/Debug-iphoneos/AriesBifold.app
build-android:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
compile-sdk: [33]
Expand All @@ -109,16 +109,11 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.11'

- name: Setup NodeJS
uses: ./.github/actions/setup-node

- name: setup ubuntu
run: |
sudo apt-get --quiet update --yes
sudo apt-get --quiet install --yes wget tar unzip lib32stdc++6 lib32z1
- name: Setup JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 6a1b228

Please sign in to comment.