Update CircleCI to use Node v12

This commit is contained in:
Benjamin Staneck 2020-01-20 21:13:15 +01:00
parent 309ead35cf
commit b4c996e9f9
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ version: 2
jobs: jobs:
install: install:
macos: macos:
xcode: "10.3.0" xcode: "11.2.1"
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout
@ -26,7 +26,7 @@ jobs:
test: test:
macos: macos:
xcode: "10.3.0" xcode: "11.2.1"
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace:
@ -37,7 +37,7 @@ jobs:
build: build:
macos: macos:
xcode: "10.3.0" xcode: "11.2.1"
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace:
@ -54,7 +54,7 @@ jobs:
release: release:
macos: macos:
xcode: "10.3.0" xcode: "11.2.1"
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace:

View file

@ -6,7 +6,7 @@ language: node_js
matrix: matrix:
include: include:
- os: linux - os: linux
node_js: 12.10.0 node_js: 12
env: CC=clang CXX=clang++ npm_config_clang=1 env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang compiler: clang