diff --git a/.circleci/config.yml b/.circleci/config.yml
index 787fc369869da11a4deb9a2e7545835f94d24a8c..3d4ff394c56b35377b02ec84eb935248e570dbba 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -246,11 +246,11 @@ workflows:
 
     # https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
     - "macos-tests":
-        name: "macOS tests python 3.8 xcode 11.7.0":
+        name: "macOS tests python 3.8 xcode 11.7.0"
         py-version: "3.8"
         xcode-version: "11.7.0"
 
     - "macos-tests":
-        name: "macOS tests python 3.9 xcode 12.3.0":
+        name: "macOS tests python 3.9 xcode 12.3.0"
         py-version: "3.9"
         xcode-version: "12.3.0"