changed xcode install in action

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

View file

@ -41,8 +41,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
# remove macos, can't get xcode working yet for installing regex
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, '3.10']
node: [ 12, 14, 16 ]
fail-fast: true