diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d9b2576da0e58c0c215cd3211e37d55fbd4363b..ebce8cb10410eed7afbd0e3ef1fd5b9955ef022e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,23 +29,6 @@ Python 3 Conda:
     reports:
       junit: test/pytest.xml
 
-Python 3 Conda Apple:
-  script: |
-    # That's where homebrew lives, and it has the curl that doesn't cause
-    # cert errors from the OS being too old.
-    export PATH="/usr/local/opt/curl/bin:$PATH"
-
-    CONDA_ENVIRONMENT=.test-py3.yml
-    curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project-within-miniconda.sh
-    . ./build-and-test-py-project-within-miniconda.sh
-  tags:
-  - apple
-  except:
-  - tags
-  artifacts:
-    reports:
-      junit: test/pytest.xml
-
 Pylint:
   script:
   - EXTRA_INSTALL="numpy sympy symengine scipy pexpect"