diff options
author | fanquake <fanquake@gmail.com> | 2020-11-18 21:38:21 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-11-18 21:46:09 +0800 |
commit | a52ecc936a267cae97c2f313743bf75d5af07700 (patch) | |
tree | b604332fdaa40a4c053cd36a3480c15c0ee77515 /.cirrus.yml | |
parent | 50e019a97a5b49caee867ec7d630fca908caed9d (diff) |
build: set minimum supported macOS to 10.14
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 237560fc2e..2c2504cedb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -122,7 +122,7 @@ task: FILE_ENV: "./ci/test/00_setup_env_native_multiprocess.sh" task: - name: 'macOS 10.12 [GOAL: deploy] [no functional tests]' + name: 'macOS 10.14 [GOAL: deploy] [no functional tests]' << : *GLOBAL_TASK_TEMPLATE container: image: ubuntu:bionic |