mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-21 11:21:51 +00:00
changed xcode install in action
This commit is contained in:
parent
68b8fca58e
commit
48cb687aaa
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue