xcode 10.3 for mac
This commit is contained in:
parent
be702e12f7
commit
9d273fb91f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -33,6 +33,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
|
- uses: maxim-lobanov/setup-xcode@v1
|
||||||
|
if: startsWith(runner.os, 'mac')
|
||||||
|
with:
|
||||||
|
xcode-version: '10.3.0'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
yarn global add cross-env
|
yarn global add cross-env
|
||||||
|
|
Loading…
Reference in a new issue