From 50f1482ab2453a7295b82a469e2442bea20d6816 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Mon, 28 Apr 2025 16:38:07 +0200 Subject: [PATCH] aand remove agaaain --- .gitea/workflows/workflow_build-app-ios.yaml | 8 -------- 1 file changed, 8 deletions(-) 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