Skip to content

Commit

Permalink
[.github] [workflows] [main.yml] Fix failing CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Sep 18, 2024
1 parent cd177de commit d58631a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
iOS:
runs-on: macos-13
env:
DEVELOPER_DIR: '/Applications/Xcode_15.0.1.app/Contents/Developer'
DEVELOPER_DIR: '/Applications/Xcode_15.1.app/Contents/Developer'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand All @@ -20,6 +20,8 @@ jobs:
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Delete Xcode.app
run: sudo rm -rf /Applications/Xcode.app
- name: Install Pods
run: bundle exec pod install --repo-update --project-directory=Example
- name: Test
Expand Down

0 comments on commit d58631a

Please sign in to comment.