Skip to content

Commit 4b77025

Browse files
committed
ossia-unity: disable ios
1 parent 2d7c534 commit 4b77025

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ossia-unity.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
Unity3DIOs:
6464
name: Unity3D (iOS)
6565
runs-on: macos-14
66+
if: false
6667
environment: 'Apple Certificate'
6768
steps:
6869
- uses: actions/checkout@v4
@@ -126,7 +127,7 @@ jobs:
126127

127128
upload_release:
128129
runs-on: ubuntu-latest
129-
needs: [ Unity3DLinux, Unity3DMac, Unity3DIOs, Unity3DWin32 ]
130+
needs: [ Unity3DLinux, Unity3DMac, Unity3DWin32 ]
130131
steps:
131132
- uses: actions/download-artifact@v4.1.7
132133
with:

0 commit comments

Comments
 (0)