Browse Source

[BRE-365] - Disable OS build (#3414)

* disable ios build
pull/3415/head
Opeyemi 1 year ago committed by GitHub
parent
commit
ef81365ae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/build.yml

1
.github/workflows/build.yml

@ -439,6 +439,7 @@ jobs: @@ -439,6 +439,7 @@ jobs:
name: Apple iOS
runs-on: macos-14
needs: setup
if: false
env:
ios_folder_path: src/App/Platforms/iOS
app_output_name: App

Loading…
Cancel
Save