Skip to content

Commit

Permalink
Change macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed May 12, 2024
1 parent 3e132ec commit e74e303
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 @@ -71,7 +71,7 @@ jobs:
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
build-ios:
runs-on: self-hosted
runs-on: macos-latest
env:
TURBO_CACHE_DIR: .turbo/ios
steps:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
build-ios-sqlcipher:
runs-on: self-hosted
runs-on: macos-latest
env:
TURBO_CACHE_DIR: .turbo/ios
steps:
Expand Down

0 comments on commit e74e303

Please sign in to comment.