diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-07-03 10:36:41 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-07-03 10:36:41 -0700 |
commit | 8ef7aa1f811579af29260561e9ce6124b4a6426a (patch) | |
tree | 54767742e07585b91c72e26eb55a1b71454ded58 | |
parent | cb038bb3125028e17a5b05c32495219a17fb6537 (diff) | |
download | pandoc-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.
-rw-r--r-- | .circleci/config.yml | 2 |
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: |