diff --git a/.github/workflows/gdextension.yml b/.github/workflows/gdextension.yml index 44db582..efdba26 100644 --- a/.github/workflows/gdextension.yml +++ b/.github/workflows/gdextension.yml @@ -160,6 +160,20 @@ jobs: arch: x86_32 should-build: ${{ !inputs.test-build }} + - name: 🍎 iOS (universal, release) + runner: macos-latest + platform: ios + target: template_release + arch: universal + should-build: ${{ !inputs.test-build }} + + - name: 🍎 iOS (universal, debug) + runner: macos-latest + platform: ios + target: template_debug + arch: universal + should-build: ${{ !inputs.test-build }} + exclude: - { opts: { should-build: false } }