Skip to content

Commit 95cc5b8

Browse files
committed
Revert "[GitHub] Fix iOS builds"
This reverts commit 533ddd0. # Conflicts: # .github/write_workflows.js
1 parent 61ab351 commit 95cc5b8

3 files changed

Lines changed: 1 addition & 18 deletions

File tree

.github/workflows/ios-metal.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- uses: maxim-lobanov/setup-xcode@v1
20-
with:
21-
xcode-version: '16.3'
2219

2320
- name: Get Submodules
2421
run: ./get_dlc

.github/workflows/ios-opengl.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- uses: maxim-lobanov/setup-xcode@v1
20-
with:
21-
xcode-version: '16.3'
2219

2320
- name: Get Submodules
2421
run: ./get_dlc

.github/write_workflows.js

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,6 @@ function writeWorkflow(workflow) {
4848
java-version: '17'
4949
`
5050
:
51-
'';
52-
53-
const xcodeVersion = workflow.xcodeVersion
54-
?
55-
`
56-
- uses: maxim-lobanov/setup-xcode@v1
57-
with:
58-
xcode-version: '16.3'`
59-
:
6051
'';
6152

6253
const steps = workflow.steps ?? '';
@@ -80,7 +71,7 @@ jobs:
8071
8172
steps:
8273
- uses: actions/checkout@v4
83-
${xcodeVersion}${java}
74+
${java}
8475
${steps}
8576
`;
8677

@@ -289,7 +280,6 @@ const workflows = [
289280
active: true,
290281
runsOn: 'macOS-latest',
291282
options: '--nosigning',
292-
xcodeVersion: true,
293283
canExecute: false,
294284
checked: [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0]
295285
},
@@ -299,7 +289,6 @@ const workflows = [
299289
active: true,
300290
runsOn: 'macOS-latest',
301291
options: '--nosigning',
302-
xcodeVersion: true,
303292
checked: [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
304293
},
305294
{

0 commit comments

Comments
 (0)