From adf0b03dc24bf0a44e61a698f0eaf0ba71dcaa5b Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 5 Jan 2022 14:03:43 -0500 Subject: [PATCH] maybe this runs the configs I want --- .circleci/config.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 67c8ded..3936fe1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -244,13 +244,11 @@ workflows: tahoe-lafs-source: - "tahoe-lafs" - - "macos-tests": - matrix: - parameters: - py-version: - - "3.9" - - xcode-version: - # https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions - - "12.3.0" - - "11.7.0" + # https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions + - "macos-tests-py3_8-xcode11_7_0": + py-version: "3.8" + xcode-version: "11.7.0" + + - "macos-tests-py3_9-xcode12_3_0": + py-version: "3.9" + xcode-version: "12.3.0" -- GitLab