Remove Xcode 11 from CircleCI, App-Store requires 12 or up since April 2021

This commit is contained in:
the-real-adammork 2021-10-26 22:24:26 -07:00
parent 41a8204020
commit 1344144447

View File

@ -221,7 +221,7 @@ workflows:
name: build-and-test-xcode-<< matrix.xcode-version >>
matrix:
parameters:
xcode-version: ["11.7.0", *default-xcode-version]
xcode-version: [*default-xcode-version]
#- generate-docs:
#filters:
#branches: { only: master }