Skip to content

Commit

Permalink
Use default Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Oct 7, 2021
1 parent 33aff0b commit 1cc138a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
destination: "name=iPhone 11"
steps:
- uses: actions/checkout@v2
- name: Select Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12.app
- name: Make project
run: make project
- name: Install Pods
Expand All @@ -37,8 +35,6 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Select Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12.app
- name: Make project
run: make project
- name: Carthage build
Expand Down

0 comments on commit 1cc138a

Please sign in to comment.