From 3ff1cad637e50530d8405ca84e07ba53c76970d6 Mon Sep 17 00:00:00 2001 From: Ruslan Skorb Date: Fri, 5 Apr 2024 22:54:12 +0300 Subject: [PATCH] [.github] [workflows] [main.yml] Update settings. --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d1ac8e..c37a212 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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