diff --git a/.github/workflows/source_clear_cron.yml b/.github/workflows/source_clear_cron.yml index 4a9b2dcf..2b986e43 100644 --- a/.github/workflows/source_clear_cron.yml +++ b/.github/workflows/source_clear_cron.yml @@ -9,10 +9,12 @@ on: jobs: source_clear: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v3 - name: Source clear scan env: SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }} - run: curl -sSL https://download.sourceclear.com/ci.sh | bash -s - scan + run: | + gem install cocoapods -v '1.9.3' + curl -sSL https://download.sourceclear.com/ci.sh | bash -s - scan