Skip to content

Commit 2d98553

Browse files
Saw an error about not being able to access the schema/project if somehow xcode wasn't set up properly
1 parent 219fc64 commit 2d98553

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,12 @@ jobs:
186186
# with:
187187
# repository: Iterable/iterable-swift-sdk
188188

189+
- name: setup xcode
190+
runs-on: ${{ (matrix.language == 'swift' && 'macos-15') || 'ubuntu-latest' }}
191+
steps:
192+
- uses: maxim-lobanov/setup-xcodev@1
193+
with:
194+
xcode-version: '15.0'
189195

190196
- name: Debug Cache Key
191197
run: |

0 commit comments

Comments
 (0)