Skip to content

Commit

Permalink
Switching github actions to xcode 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
avivbeeri committed Dec 7, 2021
1 parent 4e8b3d0 commit ac8bbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
- run: sudo xcode-select -switch /Applications/Xcode_12.app/Contents/Developer
- run: sudo xcode-select -switch /Applications/Xcode_12.4.app/Contents/Developer
- name: Cache dependancies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit ac8bbee

Please sign in to comment.