diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8856528..6d5e65f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -310,7 +310,7 @@ jobs: release: if: startsWith(github.ref, 'refs/tags/v') - needs: [check-run-linux, check-run-macos-11, check-run-macos-12, check-run-win] + needs: [check-run-linux, check-run-macos-12, check-run-win] runs-on: ubuntu-latest steps: - name: Checkout code