diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0bc28f76..ff68dde8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - precision: [single, double] + precision: [double] platform: [macos] target: [editor, template_release, template_debug] @@ -117,7 +117,7 @@ jobs: strategy: fail-fast: false matrix: - precision: [single, double] + precision: [double] platform: [linux, windows, android, web] target: [editor, template_release, template_debug]