From a24eeee612c8bed73937c9144ef8250077f1dcca Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 5 Jan 2022 14:06:01 -0500
Subject: [PATCH] nope, how about this

---
 .circleci/config.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 3936fe1..787fc36 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -245,10 +245,12 @@ workflows:
             - "tahoe-lafs"
 
     # https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
-    - "macos-tests-py3_8-xcode11_7_0":
+    - "macos-tests":
+        name: "macOS tests python 3.8 xcode 11.7.0":
         py-version: "3.8"
         xcode-version: "11.7.0"
 
-    - "macos-tests-py3_9-xcode12_3_0":
+    - "macos-tests":
+        name: "macOS tests python 3.9 xcode 12.3.0":
         py-version: "3.9"
         xcode-version: "12.3.0"
-- 
GitLab