Skip to content

Commit

Permalink
Update build machines
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrisch committed Dec 22, 2024
1 parent 328c6f7 commit a619201
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v4
Expand All @@ -31,7 +31,6 @@ jobs:
- name: Install dependencies
run: |
yarn install
yarn cache clean
- name: Build iOS app
run: eas build --profile development --platform ios --non-interactive

0 comments on commit a619201

Please sign in to comment.