Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeswitz authored Dec 17, 2024
1 parent 87f75cc commit 9fb4af7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
fail-fast: false
matrix:
include:
- language: python
build-mode: none
- language: swift
build-mode: autobuild

Expand All @@ -55,6 +53,13 @@ jobs:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}

# Set up Xcode 16
- name: Set up Xcode 16
if: matrix.language == 'swift'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.0'

# Build the Swift project for physical device (no simulator)
- name: Build Swift project for physical device
if: matrix.language == 'swift'
Expand Down

0 comments on commit 9fb4af7

Please sign in to comment.