We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4fb78 commit 11b1f39Copy full SHA for 11b1f39
1 file changed
.github/workflows/push.yml
@@ -68,6 +68,9 @@ jobs:
68
java-version: 21
69
- uses: actions/checkout@v6
70
- uses: gradle/actions/setup-gradle@v6
71
+ - uses: maxim-lobanov/setup-xcode@v1
72
+ with:
73
+ xcode-version: '26.4.1'
74
- run: |
75
./gradlew -Pbt=Debug -Pflavor=Dp -Ptarget=Linux64 -Ptool=gcc run build install \
76
--console=plain \
@@ -99,6 +102,9 @@ jobs:
99
102
100
103
101
104
105
106
107
108
109
./gradlew -Pbt=Release -Pflavor=Sp -Ptarget=MacOSX64 install \
110
0 commit comments