Bump macos CI builder version
This commit is contained in:
parent
39ab0b2caa
commit
67e388b93b
@ -4,9 +4,9 @@ executors:
|
|||||||
ubuntu_1804:
|
ubuntu_1804:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/buildpack-deps:bionic
|
- image: circleci/buildpack-deps:bionic
|
||||||
macos_1013:
|
macos_1106:
|
||||||
macos:
|
macos:
|
||||||
xcode: "10.0.0"
|
xcode: "13.2.1"
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
setup_ubuntu:
|
setup_ubuntu:
|
||||||
@ -74,14 +74,14 @@ jobs:
|
|||||||
- setup_ubuntu:
|
- setup_ubuntu:
|
||||||
OTP_VERSION: "21.0"
|
OTP_VERSION: "21.0"
|
||||||
- run_build
|
- run_build
|
||||||
macos_1013_otp20:
|
macos_1106_otp20:
|
||||||
executor: macos_1013
|
executor: macos_1106
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_macos
|
- setup_macos
|
||||||
- run_build
|
- run_build
|
||||||
macos_1013_otp21:
|
macos_1106_otp21:
|
||||||
executor: macos_1013
|
executor: macos_1106
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_macos:
|
- setup_macos:
|
||||||
@ -93,5 +93,5 @@ workflows:
|
|||||||
jobs:
|
jobs:
|
||||||
- ubuntu_1804_otp20
|
- ubuntu_1804_otp20
|
||||||
- ubuntu_1804_otp21
|
- ubuntu_1804_otp21
|
||||||
- macos_1013_otp20
|
- macos_1106_otp20
|
||||||
- macos_1013_otp21
|
- macos_1106_otp21
|
||||||
|
Loading…
x
Reference in New Issue
Block a user