Fix guard around usage of pthread_jit_write_protect*
The guard should be macOS 11.0, not 10.11. We got no compiler warning
for this because -Wunguarded-availability-new
only checks that you
have a guard. It can't check whether the guard is correct.
Mistake was made in !87 (merged)