aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-07-03 10:36:41 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-07-03 10:36:41 -0700
commit8ef7aa1f811579af29260561e9ce6124b4a6426a (patch)
tree54767742e07585b91c72e26eb55a1b71454ded58 /.circleci
parentcb038bb3125028e17a5b05c32495219a17fb6537 (diff)
downloadpandoc-8ef7aa1f811579af29260561e9ce6124b4a6426a.tar.gz
CircleCI: change to using xcode 11.1.0 (macOS 10.14.4).
We previously built on 10.13, but 10.13 no longer gets security updates and CirclCI is deprecating.
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 5f569da65..b58f259e6 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -2,7 +2,7 @@ version: "2.1"
jobs:
build:
macos:
- xcode: 9.4.1
+ xcode: 11.1.0
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
steps: