changed xcode install in action

This commit is contained in:
Christopher Pickering 2022-07-06 11:59:05 -05:00
parent fbdb9d0827
commit 9d43c02201
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 --install
run: xcode-select --reset
- name: checkout
uses: actions/checkout@v3
- name: setup python ${{ matrix.python-version }} on ${{ matrix.os }}