diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a95bcbc..1e3dcd4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ on: default: 'false' env: - version: m91-1a01201b77 + version: m92-f46c37ba85 jobs: macos: diff --git a/patches/GrMtlUtil.patch b/patches/GrMtlUtil.patch deleted file mode 100644 index 7a83626..0000000 --- a/patches/GrMtlUtil.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/src/gpu/mtl/GrMtlUtil.mm b/src/gpu/mtl/GrMtlUtil.mm -index 9d697bd79f..9711abdbf1 100644 ---- a/src/gpu/mtl/GrMtlUtil.mm -+++ b/src/gpu/mtl/GrMtlUtil.mm -@@ -104,6 +104,9 @@ bool GrSkSLToMSL(const GrMtlGpu* gpu, - if (gpu->caps()->shaderCaps()->canUseFastMath()) { - options.fastMathEnabled = true; - } -+ if (@available(macOS 10.13, iOS 11.0, *)) { -+ options.languageVersion = MTLLanguageVersion2_0; -+ } - - NSError* error = nil; - #if defined(SK_BUILD_FOR_MAC)