changed xcode install in action

This commit is contained in:
Christopher Pickering 2022-07-06 11:57:13 -05:00
parent 1bd54d0cf8
commit fbdb9d0827
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -48,11 +48,14 @@ jobs:
fail-fast: true
steps:
- name: install xcode-select
- name: install xcode
if: ${{ matrix.os == 'macos-latest' }}
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: install xcode cli tools
if: ${{ matrix.os == 'macos-latest' }}
run: xcode-select --install
- name: checkout
uses: actions/checkout@v3
- name: setup python ${{ matrix.python-version }} on ${{ matrix.os }}