Skip to content

Commit

Permalink
Fix broken CI pipeline (#55)
Browse files Browse the repository at this point in the history
we think it's fine to use latest xcode
  • Loading branch information
gyfelton committed Jan 10, 2022
1 parent 61eda97 commit 5232bc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion spec/integration/experimental_features/spec.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
description: generates build files in a CocoaPods monorepo
description: generates build files in a CocoaPods monorepo with experiment feature on

0 comments on commit 5232bc0

Please sign in to comment.