From 0ee10bb645b65ac7a0fb7f5b190f76d0f218cc7e Mon Sep 17 00:00:00 2001 From: novi Date: Wed, 18 Oct 2023 22:57:23 +0300 Subject: [PATCH] update yml --- .github/workflows/dev.yml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index e7c4de5c6..ed092714f 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -173,18 +173,21 @@ jobs: - name: Sudo fix run: sudo gem install activesupport -v 7.0.8 + - name: Install xcversion + run: | + # gem install xcpretty + gem install xcode-install + # xcversion list + shell: bash + + - name: Switch to the desired Xcode version + run: | + xcversion install 13.0 # Specify the desired Xcode version + xcode-select -s /Applications/Xcode_13.0.app + shell: bash + # - name: Install xcversion - # run: | - # # gem install xcpretty - # gem install xcode-install - # # xcversion list - # shell: bash - - # - name: Switch to the desired Xcode version - # run: | - # xcversion install 13.0 # Specify the desired Xcode version - # xcode-select -s /Applications/Xcode_13.0.app - # shell: bash + # run: brew tap xcpretty/cask && brew install --cask xcversion - name: Install dependencies if: steps.cache.outputs.cache-hit != 'true'