added xcode select for macos install

This commit is contained in:
Christopher Pickering 2022-07-06 11:48:31 -05:00
parent a46ed660ad
commit 25a06b1ceb
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -49,7 +49,7 @@ jobs:
steps:
- name: install xcode-select
if: ${{ matrix.os == 'macOS-latest' }}
if: ${{ matrix.os == 'macOS-latest' }}
uses: devbotsxyz/xcode-select@v1
- name: checkout
uses: actions/checkout@v3