diff --git a/.github/workflows/m1.yml b/.github/workflows/m1.yml index c350b91..de71509 100644 --- a/.github/workflows/m1.yml +++ b/.github/workflows/m1.yml @@ -25,12 +25,6 @@ jobs: steps: - uses: actions/checkout@v2 - - # Needed for self-hosted runner, since it doesn't destroy itself automatically. - - name: Delete keychain - if: always() && matrix.platform.name == 'darwin+aarch64' - run: security delete-keychain signing_temp.keychain - - uses: teaxyz/setup@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}