diff --git a/.github/workflows/macos-linux-pip.yml b/.github/workflows/macos-linux-pip.yml
index 12caef03e841177ecbda434e8b41fac35e1683f2..2ced0264f7986e68860e64808050071ca8f650bf 100644
--- a/.github/workflows/macos-linux-pip.yml
+++ b/.github/workflows/macos-linux-pip.yml
@@ -16,6 +16,9 @@ jobs:
       matrix:
         os: ["ubuntu", "macos"]
         python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+        exclude:
+          - os: "macos"
+            python-version: "3.8"  # Not available on arm64
     steps:
       - uses: actions/checkout@v4
         with: