diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index df05b9d..1b60e82 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,8 +12,8 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v1 - - name: Select Xcode 12.2 - run: sudo xcode-select -s /Applications/Xcode_12.2.app + - name: Print Xcode version + run: sudo xcode-select -p - uses: actions/setup-ruby@v1 with: ruby-version: "2.x" # Version range or exact version of a Ruby version to use, using semvers version range syntax. diff --git a/spec/integration/experimental_features/spec.yml b/spec/integration/experimental_features/spec.yml index c9301d6..73e32a0 100644 --- a/spec/integration/experimental_features/spec.yml +++ b/spec/integration/experimental_features/spec.yml @@ -1 +1 @@ -description: generates build files in a CocoaPods monorepo +description: generates build files in a CocoaPods monorepo with experiment feature on