diff --git a/.gitea/workflows/workflow_build-app-ios.yaml b/.gitea/workflows/workflow_build-app-ios.yaml
index 236efa3..7222f97 100644
--- a/.gitea/workflows/workflow_build-app-ios.yaml
+++ b/.gitea/workflows/workflow_build-app-ios.yaml
@@ -37,14 +37,6 @@ jobs:
       BUNDLE_GEMFILE: ${{ gitea.workspace }}/frontend/ios/Gemfile
 
     steps:
-      - name: Fail if runner is not macOS
-        # reusable worflows are not really supported so the runs-on label is not respected
-        run: |
-          if [[ "$OSTYPE" != "darwin"* ]]; then
-            echo "This workflow is only supported on macOS. Just rerun the workflow until it is picked up by a macOS runner."
-            exit 1
-          fi
-
       - uses: https://gitea.com/actions/checkout@v4
 
       - name: Install Flutter