Skip to content

Commit

Permalink
Change Android builds to Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Apr 3, 2024
1 parent 8018e62 commit 446750d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# run: yarn prepare

build-android:
runs-on: self-hosted
runs-on: ubuntu-latest
env:
TURBO_CACHE_DIR: .turbo/android
steps:
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
build-android-sqlcipher:
runs-on: self-hosted
runs-on: ubuntu-latest
env:
TURBO_CACHE_DIR: .turbo/android
steps:
Expand Down

0 comments on commit 446750d

Please sign in to comment.