diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index 7dcc5f916..7c71ae61e 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -18,7 +18,6 @@ on: env: RUST_BACKTRACE: 1 CARGO_PROFILE_DEV_DEBUG: 0 # This would add unnecessary bloat to the target folder, decreasing cache efficiency. - IOS_DEPLOYMENT_TARGET: '16.0' concurrency: group: ${{ github.workflow }}-${{ github.ref }}