Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
pin xcode version to 12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Steiner committed May 17, 2021
1 parent 22381a8 commit 652a728
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,10 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
run: sudo apt-get install libclang-10-dev

- name: Set XCode version to 12.2
if: matrix.os == 'macos-10.15'
run: sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer

- name: Download ${{ needs.build-linux-lib.outputs.cache-key }} artifacts
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 652a728

Please sign in to comment.