Skip to content

Commit

Permalink
Fix ios ci
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
DRSchlaubi authored May 30, 2024
1 parent 5c54826 commit 16fc3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ jobs:
runs-on: macos-14
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
Expand All @@ -259,7 +260,6 @@ jobs:
bundler-cache: true
working-directory: 'app/ios'
- run: brew install xcodesorg/made/xcodes
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'oracle'
Expand Down

0 comments on commit 16fc3ef

Please sign in to comment.