Use a valid xcode
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 8ef4a59..51f6b7c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -10,20 +10,20 @@
   mac:
     environment:
       EMSDK_NOTTY: "1"
-      # Without this, any `brew installl` command will result in self-update of
+      # Without this, any `brew install` command will result in self-update of
       # brew itself which takes more than 4 minutes.
       HOMEBREW_NO_AUTO_UPDATE: "1"
     macos:
-      xcode: "12.5.1"
+      xcode: "13.4.1"
     resource_class: macos.x86.medium.gen2
   mac_arm64:
     environment:
       EMSDK_NOTTY: "1"
-      # Without this, any `brew installl` command will result in self-update of
+      # Without this, any `brew install` command will result in self-update of
       # brew itself which takes more than 4 minutes.
       HOMEBREW_NO_AUTO_UPDATE: "1"
     macos:
-      xcode: "12.6.3"
+      xcode: "13.4.1"
     resource_class: macos.m1.medium.gen1
 
 jobs: