changed xcode install in action

This commit is contained in:
Christopher Pickering 2022-07-06 12:00:20 -05:00
parent 9d43c02201
commit 68b8fca58e
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -55,7 +55,7 @@ jobs:
xcode-version: latest-stable
- name: install xcode cli tools
if: ${{ matrix.os == 'macos-latest' }}
run: xcode-select --reset
run: sudo xcode-select --reset
- name: checkout
uses: actions/checkout@v3
- name: setup python ${{ matrix.python-version }} on ${{ matrix.os }}