Skip to content

Commit

Permalink
ossia-unity: disable ios
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 3, 2025
1 parent 2d7c534 commit 4b77025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ossia-unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
Unity3DIOs:
name: Unity3D (iOS)
runs-on: macos-14
if: false
environment: 'Apple Certificate'
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -126,7 +127,7 @@ jobs:

upload_release:
runs-on: ubuntu-latest
needs: [ Unity3DLinux, Unity3DMac, Unity3DIOs, Unity3DWin32 ]
needs: [ Unity3DLinux, Unity3DMac, Unity3DWin32 ]
steps:
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 4b77025

Please sign in to comment.