added xcode select for macos install

This commit is contained in:
Christopher Pickering 2022-07-06 11:47:58 -05:00
parent 44db1dbe8f
commit a46ed660ad
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