Loading
glsl_analyzer: fix on x86_64-darwin
Because apple-sdk defaults to 11 on aarch64-darwin, glsl_analyzer builds fine, but on x86_64-darwin (where apple-sdk defaults to 10.12) it fails to build. I've bumped the SDK version to be 11 on both platforms, which fixes the build.