From 9f8d6064c0a0a1727e82d580064ac0ccb38b280d Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Fri, 20 Dec 2024 12:17:34 -0800 Subject: [PATCH] Build ios too. --- .github/workflows/build.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7890f390..6aececf1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,8 +23,11 @@ jobs: fail-fast: false matrix: precision: [double] - platform: [macos] + platform: [macos, ios] target: [editor, template_release, template_debug] + exclude: + - platform: ios + target: editor concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.platform }}-${{ matrix.target }}-${{ matrix.precision }}