Skip to content

Commit

Permalink
[.github] [workflows] [main.yml] Update settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Apr 5, 2024
1 parent fcacf53 commit 3ff1cad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
workflow_dispatch:
jobs:
iOS:
runs-on: macos-latest
runs-on: macos-13
env:
DEVELOPER_DIR: '/Applications/Xcode_15.3.app/Contents/Developer'
DEVELOPER_DIR: '/Applications/Xcode_15.2.app/Contents/Developer'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand All @@ -21,7 +21,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pods-
- name: Install Pods
run: bundle exec arch -x86_64 pod install --repo-update --project-directory=Example
run: bundle exec pod install --repo-update --project-directory=Example
- name: Test
run: make test
- name: Lint
Expand Down

0 comments on commit 3ff1cad

Please sign in to comment.