Skip to content

Commit

Permalink
Build ios too.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Dec 20, 2024
1 parent 38734d3 commit 9f8d606
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9f8d606

Please sign in to comment.